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:
parent
4ec1c4bba3
commit
8cd70d5b45
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi }:
|
{ stdenv, buildPythonPackage, fetchPypi }:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "rjsmin";
|
pname = "rjsmin";
|
||||||
version = "1.0.12";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1wc62d0f80kw1kjv8nlxychh0iy66a6pydi4vfvhh2shffm935fx";
|
sha256 = "0cmc72rlkvzz8fl89bc83czkx0pcvhzj7yn7m29r8pgnf5fcfpdi";
|
||||||
};
|
};
|
||||||
|
|
||||||
# The package does not ship tests, and the setup machinary confuses
|
# The package does not ship tests, and the setup machinary confuses
|
||||||
|
Loading…
x
Reference in New Issue
Block a user