python3Packages.ducc0: 0.39.0 -> 0.39.1 (#453202)

This commit is contained in:
Gaétan Lepage
2025-10-18 18:09:12 +00:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "ducc0";
version = "0.39.0";
version = "0.39.1";
pyproject = true;
src = fetchFromGitLab {
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "mtr";
repo = "ducc";
tag = "ducc0_${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-VF4m0/kna1HEccK5ljFuNwXSYoak9TeFMyhBmUgupf0=";
hash = "sha256-8nM7Jnxx1NoQQwL0VyPGLzdq1UW5apjxKa1ksq2Qh6U=";
};
postPatch = ''