guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/21: gnu: dragon-drop: Update to 1.2.0.


From: guix-commits
Subject: 19/21: gnu: dragon-drop: Update to 1.2.0.
Date: Thu, 8 Sep 2022 10:24:08 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5ecbb9c1673eb675a22340e9dee80a268d6482f8
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sun Sep 4 23:16:36 2022 -0400

    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>
---
 gnu/packages/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 5e6e6892aa..4beaebf64a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2567,7 +2567,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
@@ -2577,7 +2577,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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]