Merge pull request #179526 from r-ryantm/auto-update/python3.10-rzpipe

python310Packages.rzpipe: 0.1.2 -> 0.4.0
This commit is contained in:
Fabian Affolter 2022-06-29 10:05:56 +02:00 committed by GitHub
commit 03f9832f95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "rzpipe"; pname = "rzpipe";
version = "0.1.2"; version = "0.4.0";
disabled = pythonOlder "3.5"; disabled = pythonOlder "3.5";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-va56xSWDIVtZ88QUzPfk8cCr28+5nZCNcSJMiVj3SZU="; sha256 = "sha256-RSgBwmtpI58caRWov+cDWLKhti+7r70VxJbCxJveEiM=";
}; };
# No native rz_core library # No native rz_core library