mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: xcalc: Update to 1.1.0.
* gnu/packages/xorg.scm (xcalc): Update to 1.1.0.
This commit is contained in:
parent
fdbf4447bc
commit
10a303a4a5
1 changed files with 2 additions and 2 deletions
|
@ -2073,14 +2073,14 @@ (define-public xbitmaps
|
|||
(define-public xcalc
|
||||
(package
|
||||
(name "xcalc")
|
||||
(version "1.0.7")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://xorg/individual/app/"
|
||||
"xcalc-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1xgih1iq9498m7vk22qrdsck1rb905sn395azjn4a6pmhfai401b"))))
|
||||
(base32 "0c768lh0nh28ram9ldldhaf51024fngc589v4pjmf3lxmzcihr58"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue