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

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 628189f919 gnu: bower: Update to 1.1.
628189f919 is described below

commit 628189f919a1280ed2e187e7ca5d63fe08cb78dd
Author: jgart <[email protected]>
AuthorDate: Wed Jul 24 22:06:24 2024 -0500

    gnu: bower: Update to 1.1.
    
    * gnu/packages/mail.scm (bower): Update to 1.1.
    
    Change-Id: I240870755317de0b44b5c7af8ce9a77727649e7e
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 9319077192..3dbc5bcb2a 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1643,7 +1643,7 @@ and search library.")
 (define-public bower
   (package
     (name "bower")
-    (version "1.0")
+    (version "1.1")
     (home-page "https://github.com/wangp/bower";)
     (source
      (origin
@@ -1653,7 +1653,7 @@ and search library.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0vcsbxlsvr2wv3c7sfr3yj21kbqy259skpxg00vf5bdkbc8qknq4"))))
+        (base32 "1zh2zlwdmpq6195kg87q5dh864jvabxnrvfvzhks53pf9wjkv80a"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to