guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gmid: Update to 1.8.3.


From: guix-commits
Subject: branch master updated: gnu: gmid: Update to 1.8.3.
Date: Thu, 31 Mar 2022 11:21:14 -0400

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 58874999c9 gnu: gmid: Update to 1.8.3.
58874999c9 is described below

commit 58874999c9809f95c220377ac3703e482f323861
Author: cage <cage-dev@twistfold.it>
AuthorDate: Wed Mar 30 15:54:42 2022 +0200

    gnu: gmid: Update to 1.8.3.
    
    * gnu/packages/web.scm (gmid): Update to 1.8.3.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 ef7d72d553..4fb3d12892 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7855,7 +7855,7 @@ solution for any project's interface needs:
 (define-public gmid
   (package
     (name "gmid")
-    (version "1.8.2")
+    (version "1.8.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -7863,7 +7863,7 @@ solution for any project's interface needs:
                     version "/gmid-" version ".tar.gz"))
               (sha256
                (base32
-                "0dq5wf8d0kzh0jp7asn8lq6d1lff2x04fhq5z6mip9qy6am72cba"))))
+                "1qbzlrzhyj7gvhgbm057zs1g5ajw1w6499qz61154v7ax8fwrdpp"))))
     (build-system gnu-build-system)
     (arguments
      (list #:test-target "regress"



reply via email to

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