Skip to content

Commit 00c56bc

Browse files
committed
python312Packages.kneaddata: 0.7.7-alpha -> 0.12.1
1 parent d6f326a commit 00c56bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/kneaddata/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
buildPythonPackage rec {
1010
pname = "kneaddata";
11-
version = "0.7.7-alpha";
11+
version = "0.12.1";
1212
pyproject = true;
1313

1414
dependencies = [ setuptools ];
@@ -17,7 +17,7 @@ buildPythonPackage rec {
1717
owner = "biobakery";
1818
repo = "kneaddata";
1919
tag = version;
20-
hash = "sha256-8pXabwMGNZETEXP0A31SInj37pvogyKpJAaAY7aTyns=";
20+
hash = "sha256-biZ6lS0a81CBAAhTOb1Ol38/YagLqXA3AbMr2nBmSEw=";
2121
};
2222

2323
nativeCheckInputs = [ unittestCheckHook ];

0 commit comments

Comments
 (0)