mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
python: python-editor: 1.0.3 -> 1.0.4
This commit is contained in:
parent
d08857a1e0
commit
278776f9a9
@ -1,12 +1,12 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "1.0.3";
|
||||
version = "1.0.4";
|
||||
pname = "python-editor";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "a3c066acee22a1c94f63938341d4fb374e3fdd69366ed6603d7b24bed1efc565";
|
||||
sha256 = "51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b";
|
||||
};
|
||||
|
||||
# No proper tests
|
||||
|
Loading…
Reference in New Issue
Block a user