python3Packages.ducc0: 0.28.0 -> 0.29.0

This commit is contained in:
Philipp Arras
2023-04-16 16:24:08 +02:00
parent 8ca3f7a459
commit cfbe0f13ce
@@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "ducc0";
version = "0.28.0";
version = "0.29.0";
disabled = pythonOlder "3.7";
@@ -11,7 +11,7 @@ buildPythonPackage rec {
owner = "mtr";
repo = "ducc";
rev = "ducc0_${lib.replaceStrings ["."] ["_"] version}";
hash = "sha256-yh7L87s3STL2usGBXgIhCS7GKQuau/PV6US3T06bb0M=";
hash = "sha256-lI0h1dn+7qY6I4FWn7wFFu1mlqIILTX4wD8YjLzFt9c=";
};
buildInputs = [ pybind11 ];