3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.ducc0: 0.27.0 -> 0.28.0

This commit is contained in:
Philipp Arras 2023-01-27 11:31:28 +01:00
parent 5ca339e596
commit 97ffcd828e

View file

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "ducc0";
version = "0.27.0";
version = "0.28.0";
disabled = pythonOlder "3.7";
@ -11,7 +11,7 @@ buildPythonPackage rec {
owner = "mtr";
repo = "ducc";
rev = "ducc0_${lib.replaceStrings ["."] ["_"] version}";
sha256 = "sha256-Z3eWuLuuA264z1ccdVp1YwAjDrLIXFxvTt/gC/zBE6o=";
sha256 = "sha256-yh7L87s3STL2usGBXgIhCS7GKQuau/PV6US3T06bb0M=";
};
buildInputs = [ pybind11 ];