1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: xpr: Update to 1.2.0.

* gnu/packages/xorg.scm (xpr): Update to 1.2.0.

Change-Id: Ic96b3e194dd0d3d45ea9c9ff5b09382c28d3518c
This commit is contained in:
宋文武 2024-12-28 18:03:59 +08:00
parent 6eb3bf66f5
commit 175d7344cf
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -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))