python310Packages.sabyenc3: 5.1.1 -> 5.1.3

This commit is contained in:
R. Ryantm
2022-03-25 06:12:48 +00:00
parent 30d2d4a499
commit 19b735e52b
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "sabyenc3";
version = "5.1.1";
version = "5.1.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-muqJCn5FcSp5KNZqfW433NCOxfj1DvFvlZPClmNkPR0=";
hash = "sha256-p/7uNtarig1lfPF+dL4OPPdKnfpkveZC8wgwsQy2o2s=";
};
# Tests are not included in pypi distribution