3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: gmid: Update to 1.8.6.

* gnu/packages/web.scm (gmid): Update to 1.8.6.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
cage 2022-12-03 14:06:28 +01:00 committed by 宋文武
parent 426af37387
commit 898f9adc20
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -7912,7 +7912,7 @@ solution for any project's interface needs:
(define-public gmid
(package
(name "gmid")
(version "1.8.5")
(version "1.8.6")
(source (origin
(method url-fetch)
(uri (string-append
@ -7920,7 +7920,7 @@ solution for any project's interface needs:
version "/gmid-" version ".tar.gz"))
(sha256
(base32
"0p3wr3ic4c50wxi7sr1hi8m8izmmjnazcmyqvxaf56yx58b3gpxv"))))
"1j0bgnixffz2lv5xgp5c88hl146c1vyk1988gyd70mhgyl9700jy"))))
(build-system gnu-build-system)
(arguments
(list #:test-target "regress"