mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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:
commit
a692bd698d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue