python3Packages.ducc0: 0.23.0 -> 0.24.0
This commit is contained in:
parent
14ff007ff6
commit
c3ef5cdc08
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ducc0";
|
pname = "ducc0";
|
||||||
version = "0.23.0";
|
version = "0.24.0";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ buildPythonPackage rec {
|
||||||
owner = "mtr";
|
owner = "mtr";
|
||||||
repo = "ducc";
|
repo = "ducc";
|
||||||
rev = "ducc0_${lib.replaceStrings ["."] ["_"] version}";
|
rev = "ducc0_${lib.replaceStrings ["."] ["_"] version}";
|
||||||
sha256 = "dOc3TihtoRuLfniC9zQ1MEbnvGJHzFZfZ8+J8Dnw6Lk=";
|
sha256 = "sFgEO6f9D3AFV62yLEocgrPrj03H60e2NtdA/Ws6lQw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pybind11 ];
|
buildInputs = [ pybind11 ];
|
||||||
|
|
Loading…
Reference in a new issue