gnu: xcalc: Update to 1.1.1.

* gnu/packages/xorg.scm (xcalc): Update to 1.1.1.
This commit is contained in:
Efraim Flashner 2022-06-10 11:05:56 +03:00
parent 8cc2c048c2
commit 8e84eb0125
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2066,14 +2066,14 @@ (define-public xbitmaps
(define-public xcalc
(package
(name "xcalc")
(version "1.1.0")
(version "1.1.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/app/"
"xcalc-" version ".tar.gz"))
(sha256
(base32 "0c768lh0nh28ram9ldldhaf51024fngc589v4pjmf3lxmzcihr58"))))
(base32 "0fwgnva716ymnrf8f4lvnqlyikf5c837054sxxlf3l5jpy4wh6cj"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
@ -2083,8 +2083,7 @@ (define-public xcalc
(substitute* "Makefile"
(("^appdefaultdir = .*$")
(string-append "appdefaultdir = " %output
,%app-defaults-dir "\n")))
#t)))))
,%app-defaults-dir "\n"))))))))
(inputs
(list libxaw))
(native-inputs