python310Packages.sabyenc3: 5.1.6 -> 5.1.7

This commit is contained in:
R. Ryantm 2022-04-09 07:45:31 +00:00
parent 323ec2f729
commit 84b890e861

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "sabyenc3";
version = "5.1.6";
version = "5.1.7";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-DHHil9ZQsrKLgw5dje0Yo1J5FZAFrY1tn5y3mdBJHWg=";
hash = "sha256-pewB7JAQ/4KitGFrHX52Gn02my/bOcQCz79cwh6vElk=";
};
# Tests are not included in pypi distribution