python3Packages.py-sonic: 0.7.8 -> 0.7.9
This commit is contained in:
parent
2ac40412d1
commit
1c6b54f0fd
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "py-sonic";
|
pname = "py-sonic";
|
||||||
version = "0.7.8";
|
version = "0.7.9";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1nfpiry1jlgcyxcs5zamyfxwdvdiwg4yw0v8jysfc74hm362rg7d";
|
sha256 = "1677b7287914567b5123de90ad872b441628d8a7777cf4a5f41671b813facf75";
|
||||||
};
|
};
|
||||||
|
|
||||||
# package has no tests
|
# package has no tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user