Merge pull request #281105 from phiadaarr/python3Packages.ducc0_33_0

python3Packages.ducc0: 0.32.0 -> 0.33.0
This commit is contained in:
Nick Cao 2024-01-18 19:46:00 -05:00 committed by GitHub
commit 5fe7b01980
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "ducc0";
version = "0.32.0";
version = "0.33.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -12,7 +12,7 @@ buildPythonPackage rec {
owner = "mtr";
repo = "ducc";
rev = "ducc0_${lib.replaceStrings ["."] ["_"] version}";
hash = "sha256-D+Gt5RrzljZQHBijaPuCuNsK08VxxJoWhqxSDu4bjH0=";
hash = "sha256-MezcqQRitBkK4/1rRQM2c9w+iZb2kIsDdcNd6I8CPoI=";
};
buildInputs = [ pybind11 ];