mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
python3Packages.sabyenc3: 4.0.0 -> 4.0.2
This commit is contained in:
parent
703ecf9a4a
commit
c3549fc6d5
@ -2,11 +2,11 @@
|
||||
|
||||
python3Packages.buildPythonPackage rec {
|
||||
pname = "sabyenc3";
|
||||
version = "4.0.0";
|
||||
version = "4.0.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0zfj1k4zij8ph8jwkq4d6i6axym8cil16yijxshqla5163d1031z";
|
||||
sha256 = "dfaa0bdd01752a9cfde0d349a8f4e178b04b1cf9c1bc018b287961192cd2bb90";
|
||||
};
|
||||
|
||||
# tests are not included in pypi distribution
|
||||
|
Loading…
Reference in New Issue
Block a user