python3Packages.ducc0: 0.30.0 -> 0.31.0

This commit is contained in:
Philipp Arras 2023-07-13 09:44:30 +02:00
parent b570b0c635
commit 41083ee4cf

View File

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