mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: presentproto: Update to 1.1.
* gnu/packages/xorg.scm (presentproto): Update to 1.1.
This commit is contained in:
parent
ea45e2c500
commit
48d78a2e9c
1 changed files with 2 additions and 2 deletions
|
@ -1553,7 +1553,7 @@ (define-public mkfontscale
|
|||
(define-public presentproto
|
||||
(package
|
||||
(name "presentproto")
|
||||
(version "1.0")
|
||||
(version "1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1563,7 +1563,7 @@ (define-public presentproto
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kir51aqg9cwazs14ivcldcn3mzadqgykc9cg87rm40zf947sb41"))))
|
||||
"1f96dlgfwhsd0834z8ydjzjnb0cwha5r6lxgia4say4zhsl276zn"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://www.x.org/wiki/")
|
||||
(synopsis "Xorg PresentProto protocol headers")
|
||||
|
|
Loading…
Reference in a new issue