python3Packages.ducc0: 0.31.0 -> 0.32.0

This commit is contained in:
Philipp Arras
2023-11-04 13:28:40 +01:00
parent f4bc9a6ef9
commit 4e33273a84
@@ -2,16 +2,16 @@
buildPythonPackage rec {
pname = "ducc0";
version = "0.31.0";
version = "0.32.0";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitLab {
domain = "gitlab.mpcdf.mpg.de";
owner = "mtr";
repo = "ducc";
rev = "ducc0_${lib.replaceStrings ["."] ["_"] version}";
hash = "sha256-4aNIq5RNo1Qqiqr2wjYB/FXKyvbARsRF1yW1ZzZlAOo=";
hash = "sha256-D+Gt5RrzljZQHBijaPuCuNsK08VxxJoWhqxSDu4bjH0=";
};
buildInputs = [ pybind11 ];