python37Packages.acme-tiny: 4.0.4 -> 4.1.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-acme-tiny/versions
This commit is contained in:
R. RyanTM 2019-07-15 00:05:55 -07:00
parent 7803ff314c
commit c990b091f5

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "acme-tiny";
version = "4.0.4";
version = "4.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "0vqlmvk34jgvgx3qdsh50q7m4aiy02786jyjjcq45dcws7a4f9f1";
sha256 = "0jmg525n4n98hwy3hf303jbnq23z79sqwgliji9j7qcnph47gkgq";
};
patchPhase = ''