Unverified Commit dcf2debd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.ducc0: 0.35.0 -> 0.36.0 (#370385)

parents 1a04d6a8 0239a8ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "ducc0";
  version = "0.35.0";
  version = "0.36.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "mtr";
    repo = "ducc";
    rev = "ducc0_${lib.replaceStrings [ "." ] [ "_" ] version}";
    hash = "sha256-LfN+rwJp5euVpR/5sUBG3XqBhF7/KbgW/485eufJtMQ=";
    hash = "sha256-S/H3+EykNxqbs8Tca3T95SK3Hzst49hOPkO0ocs80t0=";
  };

  buildInputs = [ pybind11 ];