python3Packages.sabyenc3: 5.1.7 -> 5.4.2
This commit is contained in:
committed by
Jonathan Ringer
parent
b1c207a442
commit
1e197cba9f
@@ -6,14 +6,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sabyenc3";
|
||||
version = "5.1.7";
|
||||
version = "5.4.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-pewB7JAQ/4KitGFrHX52Gn02my/bOcQCz79cwh6vElk=";
|
||||
hash = "sha256-6wXwmL1RCZ72KSqJgMjO3grvuDLWyMsbuU+kJmEkCmM=";
|
||||
};
|
||||
|
||||
# Tests are not included in pypi distribution
|
||||
|
||||
Reference in New Issue
Block a user