me
/
guix
Archived
1
0
Fork 0

gnu: libxfixes: Update to 6.0.0.

* gnu/packages/xorg.scm (libxfixes): Update to 6.0.0.
master
Marius Bakke 2021-05-16 15:40:58 +02:00
parent 5c971de2b8
commit dca6c3782e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -5068,7 +5068,7 @@ an X Window System display.")
(define-public libxfixes (define-public libxfixes
(package (package
(name "libxfixes") (name "libxfixes")
(version "5.0.3") (version "6.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5078,7 +5078,7 @@ an X Window System display.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1miana3y4hwdqdparsccmygqr3ic3hs5jrqfzp70hvi2zwxd676y")))) "0k2v4i4r24y3kdr5ici1qqhp69djnja919xfqp54c2rylm6s5hd7"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--disable-static"))) '(#:configure-flags '("--disable-static")))