diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:00 +0200 |
commit | 92bb58e5e7532dba519cb79126f78346b01e0c82 (patch) | |
tree | 4f4bfba713fea97a61746341cb9f314dbbcca389 /gnu | |
parent | a472deca27feb6aa4c01469992e1fc0595c93347 (diff) | |
download | guix-92bb58e5e7532dba519cb79126f78346b01e0c82.tar guix-92bb58e5e7532dba519cb79126f78346b01e0c82.tar.gz |
gnu: xmag: Update to 1.0.7.
* gnu/packages/xorg.scm (xmag): Update to 1.0.7.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xorg.scm | 11 |
1 files 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 |