Merge pull request #211130 from r-ryantm/auto-update/python310Packages.py-sonic

python310Packages.py-sonic: 0.7.9 -> 0.8.0
This commit is contained in:
Jonas Heinrich 2023-01-17 23:23:35 +01:00 committed by GitHub
commit f3c7b03c26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "py-sonic";
version = "0.7.9";
version = "0.8.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "1677b7287914567b5123de90ad872b441628d8a7777cf4a5f41671b813facf75";
sha256 = "sha256-BzHBoN7zfZ6Bh1IC1TG5NSa6EiFNje2hQY+lSA/PV+c=";
};
# package has no tests