gnu: wl-clipboard: Update to 2.0.0.

* gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.0.0.
[source](uri): Add "v" prefix in tag reference.
This commit is contained in:
Marius Bakke 2020-05-11 17:45:43 +02:00
parent 56c8b524e3
commit ab2454ce6a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1928,16 +1928,16 @@ (define-public xsecurelock
(define-public wl-clipboard (define-public wl-clipboard
(package (package
(name "wl-clipboard") (name "wl-clipboard")
(version "2.0.0_beta2") (version "2.0.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/bugaevc/wl-clipboard.git") (url "https://github.com/bugaevc/wl-clipboard.git")
(commit version))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0wyqbaph9v1v6lwfcjf8gjhdl70icpss4wapshzfxcz3l9m1p8hv")))) (base32 "0c4w87ipsw09aii34szj9p0xfy0m00wyjpll0gb0aqmwa60p0c5d"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))