python310Packages.py-sonic: 0.7.9 -> 0.8.0

This commit is contained in:
R. Ryantm 2023-01-16 18:46:33 +00:00
parent 2cae716942
commit 943c7599ab

View File

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