tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
inkscape-extensions.textext: 1.11.1 -> 1.12.0
R. Ryantm
6 months ago
a723f6f7
2e19e30b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
inkscape
extensions
textext
default.nix
+2
-2
pkgs/applications/graphics/inkscape/extensions/textext/default.nix
···
21
21
in
22
22
python3.pkgs.buildPythonApplication rec {
23
23
pname = "textext";
24
24
-
version = "1.11.1";
24
24
+
version = "1.12.0";
25
25
format = "setuptools";
26
26
27
27
src = fetchFromGitHub {
28
28
owner = "textext";
29
29
repo = "textext";
30
30
tag = version;
31
31
-
sha256 = "sha256-eqyS3P+FrwwO567GBBOLk53fC6ROG6mZKHL1RGDPLpM=";
31
31
+
sha256 = "sha256-Ka8NIvzhMZYPlc3q0U5Je7eXyBT61dJ3O++ETl+D7w0=";
32
32
};
33
33
34
34
patches = [