mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: dragon-drop: Update to 1.2.0.
* gnu/packages/gtk.scm (dragon-drop): Update to 1.2.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
94a46dc27a
commit
5ecbb9c167
1 changed files with 2 additions and 2 deletions
|
@ -2567,7 +2567,7 @@ (define-public yad
|
|||
(define-public dragon-drop
|
||||
(package
|
||||
(name "dragon-drop")
|
||||
(version "1.1.1")
|
||||
(version "1.2.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri
|
||||
|
@ -2577,7 +2577,7 @@ (define-public dragon-drop
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fgzz39007fdjwq72scp0qygp2v3zc5f1xkm0sxaa8zxm25g1bra"))))
|
||||
"1cspkrr976mqi6cjkgrckdmjbgahnxmq267wn1zd7gamv64vm8f2"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list gtk+))
|
||||
(native-inputs (list pkg-config))
|
||||
|
|
Loading…
Reference in a new issue