guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: gmid: Update to 1.8.5.


From: guix-commits
Subject: 04/05: gnu: gmid: Update to 1.8.5.
Date: Wed, 9 Nov 2022 18:17:05 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit aaa59935af4baeb2bb24b7a2eb26895bbe056ecc
Author: cage <cage-dev@twistfold.it>
AuthorDate: Thu Nov 3 15:34:07 2022 +0100

    gnu: gmid: Update to 1.8.5.
    
    * gnu/packages/web.scm (gmid): Update to 1.8.5.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index af1deba673..d2c406915c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7849,7 +7849,7 @@ solution for any project's interface needs:
 (define-public gmid
   (package
     (name "gmid")
-    (version "1.8.4")
+    (version "1.8.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -7857,7 +7857,7 @@ solution for any project's interface needs:
                     version "/gmid-" version ".tar.gz"))
               (sha256
                (base32
-                "0bwxr08n6zzhc70a71jhgr9zr1246d1lxf2pknndxwn2pz1xxv5b"))))
+                "0p3wr3ic4c50wxi7sr1hi8m8izmmjnazcmyqvxaf56yx58b3gpxv"))))
     (build-system gnu-build-system)
     (arguments
      (list #:test-target "regress"



reply via email to

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