python3Packages.ducc0: 0.33.0 -> 0.34.0

This commit is contained in:
Philipp Arras 2024-04-19 09:39:59 +02:00
parent 40d15ed86d
commit 838182b2a6
1 changed files with 2 additions and 2 deletions

View File

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