1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
cage
2022-11-03 15:34:07 +01:00
committed by Ludovic Courtès
parent b6b4be2e48
commit aaa59935af

View File

@@ -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"