We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f326a commit 00c56bcCopy full SHA for 00c56bc
pkgs/development/python-modules/kneaddata/default.nix
@@ -8,7 +8,7 @@
8
9
buildPythonPackage rec {
10
pname = "kneaddata";
11
- version = "0.7.7-alpha";
+ version = "0.12.1";
12
pyproject = true;
13
14
dependencies = [ setuptools ];
@@ -17,7 +17,7 @@ buildPythonPackage rec {
17
owner = "biobakery";
18
repo = "kneaddata";
19
tag = version;
20
- hash = "sha256-8pXabwMGNZETEXP0A31SInj37pvogyKpJAaAY7aTyns=";
+ hash = "sha256-biZ6lS0a81CBAAhTOb1Ol38/YagLqXA3AbMr2nBmSEw=";
21
};
22
23
nativeCheckInputs = [ unittestCheckHook ];
0 commit comments