python310Packages.rzpipe: 0.4.0 -> 0.5.0

This commit is contained in:
Fabian Affolter 2023-05-25 12:21:04 +02:00
parent adfac122cd
commit 977021f051

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "rzpipe";
version = "0.4.0";
version = "0.5.0";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
hash = "sha256-RSgBwmtpI58caRWov+cDWLKhti+7r70VxJbCxJveEiM=";
hash = "sha256-kEJg619HyX7loEBUsjpVtgF5dBzJtmM9/bQnUkDUjHU=";
};
# No native rz_core library