Skip to content

Commit dcf2deb

Browse files
authored
python3Packages.ducc0: 0.35.0 -> 0.36.0 (#370385)
2 parents 1a04d6a + 0239a8c commit dcf2deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/ducc0/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
buildPythonPackage rec {
1313
pname = "ducc0";
14-
version = "0.35.0";
14+
version = "0.36.0";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
owner = "mtr";
2222
repo = "ducc";
2323
rev = "ducc0_${lib.replaceStrings [ "." ] [ "_" ] version}";
24-
hash = "sha256-LfN+rwJp5euVpR/5sUBG3XqBhF7/KbgW/485eufJtMQ=";
24+
hash = "sha256-S/H3+EykNxqbs8Tca3T95SK3Hzst49hOPkO0ocs80t0=";
2525
};
2626

2727
buildInputs = [ pybind11 ];

0 commit comments

Comments
 (0)