3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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 @@ binary to setuid-binaries:
(define-public wl-clipboard
(package
(name "wl-clipboard")
(version "2.0.0_beta2")
(version "2.0.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/bugaevc/wl-clipboard.git")
(commit version)))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0wyqbaph9v1v6lwfcjf8gjhdl70icpss4wapshzfxcz3l9m1p8hv"))))
(base32 "0c4w87ipsw09aii34szj9p0xfy0m00wyjpll0gb0aqmwa60p0c5d"))))
(build-system meson-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))