iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit c868ee0bf872910009b630ed2b80ba5a31db7fae
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 18:03:59 2024 +0800
gnu: xpr: Update to 1.2.0.
* gnu/packages/xorg.scm (xpr): Update to 1.2.0.
Change-Id: Ic96b3e194dd0d3d45ea9c9ff5b09382c28d3518c
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index c8273f05b3..71ec2dbd04 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4105,7 +4105,7 @@ refers to the included common xorg.css stylesheet.")
(define-public xpr
(package
(name "xpr")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
@@ -4115,7 +4115,7 @@ refers to the included common xorg.css stylesheet.")
".tar.xz"))
(sha256
(base32
- "1iaphm96kha6bzz34cj82r2lp5hrdpqwdca04iij4rinflab3fx0"))))
+ "1hyf6mc2l7lzkf21d5j4z6glg9y455hlsg8lv2lz028k6gw0554b"))))
(build-system gnu-build-system)
(inputs
(list xorgproto libxmu libx11))