rosenthal: wlroots: Update to 0.16.1.

* rosenthal/packages/wm.scm (wlroots-0.16.0): Update to 0.16.1.
Rename variable to wlroots-0.16.1.
(wlroots-dev): Changed accordingly.
remotes/origin/cloudflared-unbundle
Hilton Chain 2 years ago
parent ce5d53d4a8
commit 62adfd2225
No known key found for this signature in database
GPG Key ID: 5E5AA665614917F7
  1. 8
      rosenthal/packages/wm.scm

@ -27,12 +27,12 @@
#:use-module (rosenthal packages freedesktop) #:use-module (rosenthal packages freedesktop)
#:use-module (rosenthal packages xdisorg)) #:use-module (rosenthal packages xdisorg))
(define-public wlroots-0.16.0 (define-public wlroots-0.16.1
(let ((base wlroots)) (let ((base wlroots))
(package (package
(inherit base) (inherit base)
(name "wlroots") (name "wlroots")
(version "0.16.0") (version "0.16.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -41,7 +41,7 @@
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"18rfr3wfm61dv9w8m4xjz4gzq2v3k5vx35ymbi1cggkgbk3lbc4k")))) "11kcica9waj1a1xgbi12gif9z5z0b4xzycbcgawbgdmj77pws8sk"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list #:build-type "release" (list #:build-type "release"
@ -63,9 +63,9 @@
(native-inputs (list `(,hwdata "pnp") pkg-config))))) (native-inputs (list `(,hwdata "pnp") pkg-config)))))
(define-public wlroots-dev (define-public wlroots-dev
(let ((base wlroots-0.16.0)
(revision "169") (revision "169")
(commit "86fc2199f85ac0e1089bb7fd5a0b5cbc432bdb67")) (commit "86fc2199f85ac0e1089bb7fd5a0b5cbc432bdb67"))
(let ((base wlroots-0.16.1)
(package (package
(inherit base) (inherit base)
(name "wlroots-dev") (name "wlroots-dev")

Loading…
Cancel
Save