python3Packages.ducc0: 0.29.0 -> 0.30.0

This commit is contained in:
Philipp Arras 2023-04-20 14:14:59 +02:00
parent 92e51170e3
commit 99b4bedef8

View file

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "ducc0";
version = "0.29.0";
version = "0.30.0";
disabled = pythonOlder "3.7";
@ -11,7 +11,7 @@ buildPythonPackage rec {
owner = "mtr";
repo = "ducc";
rev = "ducc0_${lib.replaceStrings ["."] ["_"] version}";
hash = "sha256-lI0h1dn+7qY6I4FWn7wFFu1mlqIILTX4wD8YjLzFt9c=";
hash = "sha256-xYjgJGtWl9AjnzlFvdj/0chnIUDmoH85AtKXsNBwWUU=";
};
buildInputs = [ pybind11 ];