[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: gmid: Update to 2.0.1.
From: |
guix-commits |
Subject: |
06/09: gnu: gmid: Update to 2.0.1. |
Date: |
Fri, 1 Mar 2024 01:19:18 -0500 (EST) |
hako pushed a commit to branch master
in repository guix.
commit f41727cd92b400042400981b205b5c1b88dcea79
Author: cage <cage-dev@twistfold.it>
AuthorDate: Sat Feb 24 13:18:23 2024 +0100
gnu: gmid: Update to 2.0.1.
* gnu/packages/web.scm (gmid): Update to 2.0.1.
Change-Id: Iffd226d5c0f132d417ad5d686b9801d3126f70c2
Signed-off-by: Hilton Chain <hako@ultrarare.space>
---
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 9ded719e71..040be69240 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8707,7 +8707,7 @@ solution for any project's interface needs:
(define-public gmid
(package
(name "gmid")
- (version "2.0")
+ (version "2.0.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -8715,7 +8715,7 @@ solution for any project's interface needs:
version "/gmid-" version ".tar.gz"))
(sha256
(base32
- "17cg07md6zac0j6ivawysy41jbk3a1ql3q794q1y0k01x8z23q5n"))))
+ "1riihzgshfk6907r4g69lrlvabiznwi5d7njk7y6km0695lf62g0"))))
(build-system gnu-build-system)
(arguments
(list #:test-target "regress"
- branch master updated (956f44b931 -> 9a47afb3de), guix-commits, 2024/03/01
- 04/09: gnu: reproc: Enable reproc++., guix-commits, 2024/03/01
- 01/09: gnu: qtwayland: Add search path for QT_PLUGIN_PATH., guix-commits, 2024/03/01
- 06/09: gnu: gmid: Update to 2.0.1.,
guix-commits <=
- 08/09: gnu: go-github-com-signintech-gopdf: Update to 0.22.1., guix-commits, 2024/03/01
- 09/09: gnu: go-github-com-signintech-gopdf: Remove examples., guix-commits, 2024/03/01
- 02/09: gnu: b4: Update to 0.13.0., guix-commits, 2024/03/01
- 03/09: gnu: pipewire: Update to 1.0.3., guix-commits, 2024/03/01
- 05/09: gnu: reproc: Improve package style., guix-commits, 2024/03/01
- 07/09: gnu: cage: Fix cross-compilation., guix-commits, 2024/03/01