aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/guile-xyz.scm
diff options
context:
space:
mode:
authorMike Rosset <mike.rosset@gmail.com>2020-11-02 08:57:34 -0800
committerMarius Bakke <marius@gnu.org>2020-11-10 22:32:15 +0100
commit569cd538667dd8a0d0eacab2b326777c197260b8 (patch)
treec77c97bc5ef4e5acff993444449bde1f0a0b6447 /gnu/packages/guile-xyz.scm
parentf2d36d4f10ca195f918898f6252dbfa957618b03 (diff)
downloadguix-569cd538667dd8a0d0eacab2b326777c197260b8.tar
guix-569cd538667dd8a0d0eacab2b326777c197260b8.tar.gz
gnu: nomad: Update to 0.2.0-alpha-199-g3e7a475.
* gnu/packages/guile-xyz.scm (nomad): Update to 0.2.0-alpha-199-g3e7a475. [inputs]: add gsettings-desktop-schemas Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
-rw-r--r--gnu/packages/guile-xyz.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 00d97dad78..01949e2aaa 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3150,7 +3150,7 @@ perform geometrical transforms on JPEG images.")
(define-public nomad
(package
(name "nomad")
- (version "0.2.0-alpha-100-g6a565d3")
+ (version "0.2.0-alpha-199-g3e7a475")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3159,7 +3159,7 @@ perform geometrical transforms on JPEG images.")
(file-name (git-file-name name version))
(sha256
(base32
- "0anmprm63a88kii251rl296v1g4iq62r6n4nssx5jbc0hzkknanz"))))
+ "0p0ha6prp7pyadp61clbhc6b55023vxzfwy14j2qygb2mkq7fhic"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)
@@ -3190,6 +3190,7 @@ perform geometrical transforms on JPEG images.")
("gtk+:bin" ,gtk+ "bin")
("webkitgtk" ,webkitgtk)
("gtksourceview" ,gtksourceview)
+ ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("vte" ,vte)
;; Gstreamer
("gstreamer" ,gstreamer)