python3Packages.rjsmin: 1.1.0 -> 1.2.0

This commit is contained in:
Jonathan Ringer 2021-11-25 14:47:12 -08:00
parent 072d20e54b
commit 52cb0a32de
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

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