guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: gmid: Update to 2.0.


From: guix-commits
Subject: 07/07: gnu: gmid: Update to 2.0.
Date: Wed, 17 Jan 2024 12:31:22 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 8ca490e6600c55b2dab5db12cf1aefa2b1b27f9a
Author: cage <cage-dev@twistfold.it>
AuthorDate: Sun Jan 14 17:51:26 2024 +0100

    gnu: gmid: Update to 2.0.
    
    * gnu/packages/web.scm (gmid): Update it.
    
    Change-Id: I8f1bcd36130a63d07e934093b5b12cc01a6d5022
    Signed-off-by: Mathieu Othacehe <othacehe@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 fa7fd7d154..1a97dd8dec 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8638,7 +8638,7 @@ solution for any project's interface needs:
 (define-public gmid
   (package
     (name "gmid")
-    (version "1.8.6")
+    (version "2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -8646,7 +8646,7 @@ solution for any project's interface needs:
                     version "/gmid-" version ".tar.gz"))
               (sha256
                (base32
-                "1j0bgnixffz2lv5xgp5c88hl146c1vyk1988gyd70mhgyl9700jy"))))
+                "17cg07md6zac0j6ivawysy41jbk3a1ql3q794q1y0k01x8z23q5n"))))
     (build-system gnu-build-system)
     (arguments
      (list #:test-target "regress"



reply via email to

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