mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
python3Packages.py-sonic: 0.7.8 -> 0.7.9
This commit is contained in:
parent
2ac40412d1
commit
1c6b54f0fd
@ -2,12 +2,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "py-sonic";
|
||||
version = "0.7.8";
|
||||
version = "0.7.9";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1nfpiry1jlgcyxcs5zamyfxwdvdiwg4yw0v8jysfc74hm362rg7d";
|
||||
sha256 = "1677b7287914567b5123de90ad872b441628d8a7777cf4a5f41671b813facf75";
|
||||
};
|
||||
|
||||
# package has no tests
|
||||
|
Loading…
Reference in New Issue
Block a user