[PATCH] gnu: dragon-drop: Update to 1.2.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Ludovic Courtès
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 3 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20220905031634.19583-1-kiasoc5@disroot.org
* gnu/packages/gtk.scm (dragon-drop): Update to 1.2.0.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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
Ludovic Courtès wrote 3 years ago
control message for bug #57588
(address . control@debbugs.gnu.org)
87tu5iez2b.fsf@gnu.org
close 57588
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 57588@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 57588
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help