[PATCH] gnu: drawing: Update to 1.0.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • J. Sims
  • Nicolas Goaziou
Owner
unassigned
Submitted by
J. Sims
Severity
normal

Debbugs page

J. Sims wrote 2 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
LTQfkSn71OtXvk7aizeknWNJ3KIJPFnW06E-KvvcYuBWq1HhQwPk8uhrdZNBGUxUzG6ok6IPgqPqmMknEALA4GvhJbeFznmGqudeI495McE=@protonmail.com
Hello,

Attached is a simple version bump for GNOME Drawing.

Thanks,
Juli
From b798172aa14847973be0cd789630d00db29293e2 Mon Sep 17 00:00:00 2001
From: Juliana Sims <jtsims@protonmail.com>
Date: Sun, 2 Apr 2023 10:09:01 -0400
Subject: [PATCH] gnu: drawing: Update to 1.0.2.

* gnu/packages/gnome.scm (drawing): Update to 1.0.2.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8c38b94a21..49ff1464f5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4438,7 +4438,7 @@ (define-public gnumeric
(define-public drawing
(package
(name "drawing")
- (version "1.0.1")
+ (version "1.0.2")
(source
(origin
(method git-fetch)
@@ -4447,7 +4447,7 @@ (define-public drawing
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "12xb522i7dxshw2ig12ald750fynlxan1lwz6gsxfa9p4ap2qypn"))))
+ (base32 "1yazs3jj8i8n64ki54rvh11q0yn46da105hdsjb7b80dpxspvlch"))))
(build-system meson-build-system)
(arguments
(list

base-commit: 380faf265b0c3b231ab8b69597d161be5e704e18
--
2.39.2
Nicolas Goaziou wrote 2 years ago
(name . J. Sims via Guix-patches via)(address . guix-patches@gnu.org)
87iledgqso.fsf@nicolasgoaziou.fr
Hello,

"J. Sims via Guix-patches" via <guix-patches@gnu.org> writes:

Toggle quote (2 lines)
> Subject: [PATCH] gnu: drawing: Update to 1.0.2.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 62615
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