nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python312Packages.courlan: 1.3.1 -> 1.3.2

+2 -2
+2 -2
pkgs/development/python-modules/courlan/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "courlan"; 16 - version = "1.3.1"; 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 - hash = "sha256-EIWKtoZHCjsdh0jXuIGZYHyU5066PIredZukqVdtNm4="; 23 + hash = "sha256-C2b02zqcOabiLdJHxyz6pX1o6mYOlLsshOx9uHEq8ZA="; 24 24 }; 25 25 26 26 # Tests try to write to /tmp directly. use $TMPDIR instead.