diff options
author | 宋文武 <[email protected]> | 2024-12-28 16:51:32 +0800 |
---|---|---|
committer | 宋文武 <[email protected]> | 2025-01-31 16:39:24 +0800 |
commit | 46293ec21f610949d8ce8c9bf8e08e32eca2ae3e (patch) | |
tree | dc83a00640aae17aeba774b50ee2d65342c21da4 | |
parent | 87004ec4ef352c5cbbca0459c0cbb565538e40fc (diff) |
gnu: xcalc: Update to 1.1.2.
* gnu/packages/xorg.scm (xcalc): Update to 1.1.2.
Change-Id: If983637cdebf50a14bebfd41cc1d6bb9f8e03593
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 7ba0efa0aa..0ab87d2d72 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2148,14 +2148,14 @@ legacy X clients.") (define-public xcalc (package (name "xcalc") - (version "1.1.1") + (version "1.1.2") (source (origin (method url-fetch) (uri (string-append "mirror://xorg/individual/app/" "xcalc-" version ".tar.gz")) (sha256 - (base32 "0fwgnva716ymnrf8f4lvnqlyikf5c837054sxxlf3l5jpy4wh6cj")))) + (base32 "1ixvkkar851zb8d4vlqyrih80xrq5mpwlkb9yzbj2dwxry5vg8nx")))) (build-system gnu-build-system) (arguments `(#:phases (modify-phases %standard-phases |