python: pyjet: 1.3.0 -> 1.4.0
This commit is contained in:
parent
479eae7084
commit
5bfad7383e
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyjet";
|
pname = "pyjet";
|
||||||
version = "1.3.0";
|
version = "1.4.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1glcwv9ni8i40smfw6m456xjadlkackim5nk33xmas1fa96lpagg";
|
sha256 = "89ce11cd4541fb573d68fd60a219e5e1bdeb94cfcfffc917b472fde2aa9a5a31";
|
||||||
};
|
};
|
||||||
|
|
||||||
# fix for python37
|
# fix for python37
|
||||||
|
Loading…
x
Reference in New Issue
Block a user