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.
2 parents 1b68d68 + 24809c8 commit d1e5a3cCopy full SHA for d1e5a3c
pkgs/development/python-modules/zfec/default.nix
@@ -10,12 +10,12 @@
10
11
buildPythonPackage rec {
12
pname = "zfec";
13
- version = "1.5.7.4";
+ version = "1.6.0.0";
14
pyproject = true;
15
16
src = fetchPypi {
17
inherit pname version;
18
- hash = "sha256-EGmFchj4ur5AhEOXEnIIA6Ef6RsU8gvHepak5vThER8=";
+ hash = "sha256-xaGGHCU7USaYwuczrk2D9eLW6myIG32+ETNLaU51WgA=";
19
};
20
21
nativeBuildInputs = [ setuptools ];
0 commit comments