3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #212938 from phiadaarr/python3Packages.ducc0.28

This commit is contained in:
Artturi 2023-01-27 18:07:45 +02:00 committed by GitHub
commit 96fa62b1cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "ducc0";
version = "0.27.0";
version = "0.28.0";
disabled = pythonOlder "3.7";
@ -11,7 +11,7 @@ buildPythonPackage rec {
owner = "mtr";
repo = "ducc";
rev = "ducc0_${lib.replaceStrings ["."] ["_"] version}";
sha256 = "sha256-Z3eWuLuuA264z1ccdVp1YwAjDrLIXFxvTt/gC/zBE6o=";
sha256 = "sha256-yh7L87s3STL2usGBXgIhCS7GKQuau/PV6US3T06bb0M=";
};
buildInputs = [ pybind11 ];