Merge pull request #166036 from r-ryantm/auto-update/python3.10-sabyenc3

python310Packages.sabyenc3: 5.1.3 -> 5.1.5
This commit is contained in:
Fabian Affolter 2022-03-28 09:04:23 +02:00 committed by GitHub
commit a692bd698d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "sabyenc3";
version = "5.1.3";
version = "5.1.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-p/7uNtarig1lfPF+dL4OPPdKnfpkveZC8wgwsQy2o2s=";
hash = "sha256-JwCzy3QRCzxT8B0VM5SXIIWlYi08tT8eLj/QKtMYLRE=";
};
# Tests are not included in pypi distribution