python37Packages.rjsmin: 1.0.12 -> 1.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-rjsmin/versions

(cherry picked from commit 438c0b5a11b869e8617427ee6d32ddb13a6a9270)
This commit is contained in:
R. RyanTM 2019-04-02 12:23:06 -07:00 committed by Matthias Beyer
parent 4ec1c4bba3
commit 8cd70d5b45

View File

@ -1,11 +1,11 @@
{ stdenv, buildPythonPackage, fetchPypi }:
buildPythonPackage rec {
pname = "rjsmin";
version = "1.0.12";
version = "1.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "1wc62d0f80kw1kjv8nlxychh0iy66a6pydi4vfvhh2shffm935fx";
sha256 = "0cmc72rlkvzz8fl89bc83czkx0pcvhzj7yn7m29r8pgnf5fcfpdi";
};
# The package does not ship tests, and the setup machinary confuses