all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57588] [PATCH] gnu: dragon-drop: Update to 1.2.0.
@ 2022-09-05  3:16 kiasoc5 via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: kiasoc5 via Guix-patches via @ 2022-09-05  3:16 UTC (permalink / raw)
  To: 57588; +Cc: kiasoc5

* gnu/packages/gtk.scm (dragon-drop): Update to 1.2.0.
---
 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 @@ (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))

base-commit: 41bce2414a286836b4071d90b660fb457ee76e32
-- 
2.37.2





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-05  3:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-05  3:16 [bug#57588] [PATCH] gnu: dragon-drop: Update to 1.2.0 kiasoc5 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.