tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.courlan: 1.3.1 -> 1.3.2
R. Ryantm
1 year ago
de101f46
65484f88
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
courlan
default.nix
+2
-2
pkgs/development/python-modules/courlan/default.nix
reviewed
···
13
13
14
14
buildPythonPackage rec {
15
15
pname = "courlan";
16
16
-
version = "1.3.1";
16
16
+
version = "1.3.2";
17
17
pyproject = true;
18
18
19
19
disabled = pythonOlder "3.8";
20
20
21
21
src = fetchPypi {
22
22
inherit pname version;
23
23
-
hash = "sha256-EIWKtoZHCjsdh0jXuIGZYHyU5066PIredZukqVdtNm4=";
23
23
+
hash = "sha256-C2b02zqcOabiLdJHxyz6pX1o6mYOlLsshOx9uHEq8ZA=";
24
24
};
25
25
26
26
# Tests try to write to /tmp directly. use $TMPDIR instead.