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:
commit
03f9832f95
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue