mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: randrproto: Update to 1.5.0.
* gnu/packages/xorg.scm (randrproto): Update to 1.5.0.
This commit is contained in:
parent
042777cee5
commit
2c26245b39
1 changed files with 2 additions and 2 deletions
|
@ -1636,7 +1636,7 @@ (define-public printproto
|
|||
(define-public randrproto
|
||||
(package
|
||||
(name "randrproto")
|
||||
(version "1.4.0")
|
||||
(version "1.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1646,7 +1646,7 @@ (define-public randrproto
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kq9h93qdnniiivry8jmhlgwn9fbx9xp5r9cmzfihlx5cs62xi45"))))
|
||||
"0s4496z61y5q45q20gldwpf788b9nsa8hb13gnck1mwwwwrmarsc"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://www.x.org/wiki/")
|
||||
|
|
Loading…
Reference in a new issue