[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: xmag: Update to 1.0.8.
From: |
guix-commits |
Subject: |
branch master updated: gnu: xmag: Update to 1.0.8. |
Date: |
Sat, 18 Jan 2025 12:58:36 -0500 |
This is an automated email from the git hooks/post-receive script.
avp pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2c42614b37 gnu: xmag: Update to 1.0.8.
2c42614b37 is described below
commit 2c42614b372fa48b30462c0bff8d716e02236905
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Sat Jan 18 20:54:42 2025 +0300
gnu: xmag: Update to 1.0.8.
* gnu/packages/xorg.scm (xmag): Update to 1.0.8.
Change-Id: I8103ebba616776853329fee0206c1a6377de8f40
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 8bfd50c7c0..0d94b55178 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5982,14 +5982,14 @@ form.")
(define-public xmag
(package
(name "xmag")
- (version "1.0.7")
+ (version "1.0.8")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/app/xmag-"
version ".tar.xz"))
(sha256
- (base32 "0qblrqrhxml2asgbck53a1v7c4y7ap7jcyqjg500h1i7bb63d680"))))
+ (base32 "0clm0vm35lkcir5w3bkypax9j57vyzkl9l89qqxbanvr7mc3qv9j"))))
(build-system gnu-build-system)
(arguments
(list
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: xmag: Update to 1.0.8.,
guix-commits <=