[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/15: gnu: xmag: Update to 1.0.7.
From: |
guix-commits |
Subject: |
03/15: gnu: xmag: Update to 1.0.7. |
Date: |
Sat, 22 Oct 2022 17:25:11 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 92bb58e5e7532dba519cb79126f78346b01e0c82
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:00 2022 +0200
gnu: xmag: Update to 1.0.7.
* gnu/packages/xorg.scm (xmag): Update to 1.0.7.
---
gnu/packages/xorg.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 24c4fb1ea1..506b211640 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5934,17 +5934,14 @@ form.")
(define-public xmag
(package
(name "xmag")
- (version "1.0.6")
+ (version "1.0.7")
(source
(origin
(method url-fetch)
- (uri (string-append
- "mirror://xorg/individual/app/" name "-"
- version
- ".tar.gz"))
+ (uri (string-append "mirror://xorg/individual/app/xmag-"
+ version ".tar.xz"))
(sha256
- (base32
- "19bsg5ykal458d52v0rvdx49v54vwxwqg8q36fdcsv9p2j8yri87"))))
+ (base32 "0qblrqrhxml2asgbck53a1v7c4y7ap7jcyqjg500h1i7bb63d680"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
- branch master updated (1484e5f559 -> 1f734a6f0a), guix-commits, 2022/10/22
- 04/15: gnu: xmag: Use G-expressions., guix-commits, 2022/10/22
- 11/15: gnu: xlsxio: Use G-expressions., guix-commits, 2022/10/22
- 03/15: gnu: xmag: Update to 1.0.7.,
guix-commits <=
- 06/15: gnu: xmessage: Update to 1.0.6., guix-commits, 2022/10/22
- 05/15: gnu: smproxy: Update to 1.0.7., guix-commits, 2022/10/22
- 01/15: gnu: xev: Update to 1.2.5., guix-commits, 2022/10/22
- 08/15: gnu: xterm: Update to 374., guix-commits, 2022/10/22
- 09/15: gnu: xcb-util-cursor: Update to 0.1.4., guix-commits, 2022/10/22
- 10/15: gnu: pass-age: Add age-keygen to inputs., guix-commits, 2022/10/22
- 12/15: gnu: xlsxio: Remove ad hoc 'install phase., guix-commits, 2022/10/22
- 13/15: gnu: xlsxio: Update to 0.2.33., guix-commits, 2022/10/22
- 07/15: gnu: xrefresh: Update to 1.0.7., guix-commits, 2022/10/22
- 02/15: gnu: xkbutils: Update to 1.0.5., guix-commits, 2022/10/22