diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-21 14:42:29 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-21 14:42:29 +0100 |
commit | ed01934c82b002907402e9caca6195bf36f82692 (patch) | |
tree | 279248691a8f61aa80516dea5122dcf67beff948 | |
parent | 52fc41cba670151b5bf829157044bdd1257e3b21 (diff) |
gnu: python-jsmin: Update to 3.0.1.
* gnu/packages/python-web.scm (python-jsmin): Update to 3.0.1.
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 0a3915bacf..e366c68c44 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3563,14 +3563,14 @@ It comes with safe defaults and easily configurable options.") (define-public python-jsmin (package (name "python-jsmin") - (version "2.2.2") + (version "3.0.1") (source (origin (method url-fetch) (uri (pypi-uri "jsmin" version)) (sha256 (base32 - "0fsmqbjvpxvff0984x7c0y8xmf49ax9mncz48b9xjx8wrnr9kpxn")))) + "1z1brjsvni0260bypldkl8a05sgp0qk18x560zl44igr3q99m5f0")))) (build-system python-build-system) (home-page "https://github.com/tikitu/jsmin/") (synopsis "Python JavaScript minifier") |