guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-jsmin: Update to 3.0.1.


From: guix-commits
Subject: branch master updated: gnu: python-jsmin: Update to 3.0.1.
Date: Fri, 21 Jan 2022 08:42:42 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ed01934c82 gnu: python-jsmin: Update to 3.0.1.
ed01934c82 is described below

commit ed01934c82b002907402e9caca6195bf36f82692
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Jan 21 14:42:29 2022 +0100

    gnu: python-jsmin: Update to 3.0.1.
    
    * gnu/packages/python-web.scm (python-jsmin): Update to 3.0.1.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]