diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-08 20:56:57 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-08 20:56:57 +0200 |
commit | fa894b3f4db835bd0bb52b32c7ec412e72b7e03a (patch) | |
tree | 2e06c29a1272ca0fad677184706ee95052993009 /gnu/packages/gtk.scm | |
parent | 6cfb2e6270b2759fb98a0de665235bcbb9b9eccf (diff) | |
parent | e8bded2de72c17317d7799b699a724086f92ed7b (diff) | |
download | guix-fa894b3f4db835bd0bb52b32c7ec412e72b7e03a.tar.gz |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index c3ef7085a5..3c1e1ac848 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -2566,7 +2566,7 @@ shell scripts. Example of how to use @code{yad} can be consulted at (define-public dragon-drop (package (name "dragon-drop") - (version "1.1.1") + (version "1.2.0") (source (origin (method git-fetch) (uri @@ -2576,7 +2576,7 @@ shell scripts. Example of how to use @code{yad} can be consulted at (file-name (git-file-name name version)) (sha256 (base32 - "0fgzz39007fdjwq72scp0qygp2v3zc5f1xkm0sxaa8zxm25g1bra")))) + "1cspkrr976mqi6cjkgrckdmjbgahnxmq267wn1zd7gamv64vm8f2")))) (build-system gnu-build-system) (inputs (list gtk+)) (native-inputs (list pkg-config)) |