mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: xcalc: Update to 1.0.7.
* gnu/packages/xorg.scm (xcalc): Update to 1.0.7.
This commit is contained in:
parent
538bd2ebbf
commit
a12d21630f
1 changed files with 2 additions and 3 deletions
|
@ -2083,7 +2083,7 @@ (define-public xbitmaps
|
||||||
(define-public xcalc
|
(define-public xcalc
|
||||||
(package
|
(package
|
||||||
(name "xcalc")
|
(name "xcalc")
|
||||||
(version "1.0.6")
|
(version "1.0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2092,8 +2092,7 @@ (define-public xcalc
|
||||||
version
|
version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1xgih1iq9498m7vk22qrdsck1rb905sn395azjn4a6pmhfai401b"))))
|
||||||
"1lg8xwj0nr8anbd77n3cs87s57sr4gmb3pxs3k22a28n6ndcvmbz"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue