.
This commit is contained in:
parent
836e14abd7
commit
747f34bd98
1 changed files with 4 additions and 2 deletions
|
@ -18,14 +18,16 @@
|
||||||
(define-public nwg-displays
|
(define-public nwg-displays
|
||||||
(package
|
(package
|
||||||
(name "nwg-displays")
|
(name "nwg-displays")
|
||||||
(version "0.3.10")
|
(version "0.3.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/nwg-piotr/nwg-displays.git")
|
(url "https://github.com/nwg-piotr/nwg-displays.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256 (base32 "13jmmyqqknlk5qnnm4h7a8y6nm3vz217pck8244lnzrk9khgflkj"))
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0zvpv2183qjqqpf0y3zhzqb5cz5dd48mi4h8rwiwf5bsln0ja9h5"))
|
||||||
(modules '((guix build utils)))))
|
(modules '((guix build utils)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gobject-introspection
|
(list gobject-introspection
|
||||||
|
|
Loading…
Reference in a new issue