python: python-editor: 1.0.3 -> 1.0.4

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:28 +01:00
parent d08857a1e0
commit 278776f9a9

View File

@ -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