python310Packages.rzpipe: 0.1.2 -> 0.4.0
This commit is contained in:
parent
cf3ab54b4a
commit
6a0effc6f0
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "rzpipe";
|
||||
version = "0.1.2";
|
||||
version = "0.4.0";
|
||||
|
||||
disabled = pythonOlder "3.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-va56xSWDIVtZ88QUzPfk8cCr28+5nZCNcSJMiVj3SZU=";
|
||||
sha256 = "sha256-RSgBwmtpI58caRWov+cDWLKhti+7r70VxJbCxJveEiM=";
|
||||
};
|
||||
|
||||
# No native rz_core library
|
||||
|
|
Loading…
Reference in a new issue