python312Packages.zfec: 1.5.7.4 -> 1.6.0.0

This commit is contained in:
R. Ryantm 2024-11-16 07:32:21 +00:00
parent e23fa8bc2c
commit 24809c838f

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "zfec";
version = "1.5.7.4";
version = "1.6.0.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-EGmFchj4ur5AhEOXEnIIA6Ef6RsU8gvHepak5vThER8=";
hash = "sha256-xaGGHCU7USaYwuczrk2D9eLW6myIG32+ETNLaU51WgA=";
};
nativeBuildInputs = [ setuptools ];