mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: xmag: Update to 1.0.7.
* gnu/packages/xorg.scm (xmag): Update to 1.0.7.
This commit is contained in:
parent
a472deca27
commit
92bb58e5e7
1 changed files with 4 additions and 7 deletions
|
@ -5934,17 +5934,14 @@ (define-public xclock
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue