summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2022-01-21 14:42:29 +0100
committerMathieu Othacehe <othacehe@gnu.org>2022-01-21 14:42:29 +0100
commited01934c82b002907402e9caca6195bf36f82692 (patch)
tree279248691a8f61aa80516dea5122dcf67beff948
parent52fc41cba670151b5bf829157044bdd1257e3b21 (diff)
downloadguix-patches-ed01934c82b002907402e9caca6195bf36f82692.tar
guix-patches-ed01934c82b002907402e9caca6195bf36f82692.tar.gz
* gnu/packages/python-web.scm (python-jsmin): Update to 3.0.1.
-rw-r--r--gnu/packages/python-web.scm4
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")