~ruther/guix-local

427e7f713e23130a0ffcdaab91f4f4d3bf144569 — 宋文武 1 year, 6 months ago a281f64
gnu: libxcursor: Update to 1.2.3.

* gnu/packages/xorg.scm (libxcursor): Update to 1.2.3.

Change-Id: Ifede26a7bd9a8e6c882a172eeb949deefcd5e9fc
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/xorg.scm
M gnu/packages/xorg.scm => gnu/packages/xorg.scm +2 -2
@@ 5416,7 5416,7 @@ Wayland.")
(define-public libxcursor
  (package
    (name "libxcursor")
    (version "1.2.1")
    (version "1.2.3")
    (source
     (origin
       (method url-fetch)


@@ 5424,7 5424,7 @@ Wayland.")
                           version ".tar.xz"))
       (sha256
        (base32
         "011195an3w4xld3x0dr534kar1xjf52q96hmf0hgvfhh2rrl7ha6"))))
         "1h62narayrhrkqalrmx7z3s6yppw1acbp5id3skrvrygshnl1sgx"))))
    (build-system gnu-build-system)
    (arguments
     '(#:configure-flags '("--disable-static")))