python312Packages.rjsmin: 1.2.3 -> 1.2.4 (#384911)

This commit is contained in:
Weijia Wang
2025-03-16 23:02:47 +01:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "rjsmin";
version = "1.2.3";
version = "1.2.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-E4i1JJOkwE+8lwotdXwwH6BaPDdkAxTCzp38jYpzDMY=";
hash = "sha256-/8vgTg36w5zqj7vLQcOLLgcjXOIYi8oV6ZjaHTSKeGA=";
};
# The package does not ship tests, and the setup machinery confuses