Merge pull request #167969 from r-ryantm/auto-update/python3.10-sabyenc3
python310Packages.sabyenc3: 5.1.6 -> 5.1.7
This commit is contained in:
commit
7ff696fdd4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue