mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 19:24:20 +00:00
python3Packages.rjsmin: 1.1.0 -> 1.2.0
This commit is contained in:
parent
072d20e54b
commit
52cb0a32de
@ -1,11 +1,11 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi }:
|
{ lib, buildPythonPackage, fetchPypi }:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "rjsmin";
|
pname = "rjsmin";
|
||||||
version = "1.1.0";
|
version = "1.2.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0cmc72rlkvzz8fl89bc83czkx0pcvhzj7yn7m29r8pgnf5fcfpdi";
|
sha256 = "6c529feb6c400984452494c52dd9fdf59185afeacca2afc5174a28ab37751a1b";
|
||||||
};
|
};
|
||||||
|
|
||||||
# The package does not ship tests, and the setup machinary confuses
|
# The package does not ship tests, and the setup machinary confuses
|
||||||
|
Loading…
Reference in New Issue
Block a user