[PATCH] gnu: inkscape-1.0: Update to 1.0.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20210125124925.4680-1-mike@rohleder.de
* gnu/packages/inkscape.scm (inkscape-1.0): Update to 1.0.2.
---
gnu/packages/inkscape.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 56375f0759..075f901b2d 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -120,7 +120,7 @@ as the native format.")
(define-public inkscape-1.0
(package
(name "inkscape")
- (version "1.0.1")
+ (version "1.0.2")
(source
(origin
(method url-fetch)
@@ -129,7 +129,7 @@ as the native format.")
"inkscape-" version ".tar.xz"))
(sha256
(base32
- "1hjp5nnyx2m3miji6q4lcb6zgbi498v641dc7apkqqvayknrb4ng"))
+ "12krl97a00gdcxxibsb7g2lgx5458mhx2437x0hvz350242j6gns"))
(modules '((guix build utils)
(ice-9 format)))
(snippet
--
2.30.0
Maxim Cournoyer wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 46099-done@debbugs.gnu.org)
877do13x98.fsf@gmail.com
Hello Michael,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (28 lines)
> * gnu/packages/inkscape.scm (inkscape-1.0): Update to 1.0.2.
> ---
> gnu/packages/inkscape.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
> index 56375f0759..075f901b2d 100644
> --- a/gnu/packages/inkscape.scm
> +++ b/gnu/packages/inkscape.scm
> @@ -120,7 +120,7 @@ as the native format.")
> (define-public inkscape-1.0
> (package
> (name "inkscape")
> - (version "1.0.1")
> + (version "1.0.2")
> (source
> (origin
> (method url-fetch)
> @@ -129,7 +129,7 @@ as the native format.")
> "inkscape-" version ".tar.xz"))
> (sha256
> (base32
> - "1hjp5nnyx2m3miji6q4lcb6zgbi498v641dc7apkqqvayknrb4ng"))
> + "12krl97a00gdcxxibsb7g2lgx5458mhx2437x0hvz350242j6gns"))
> (modules '((guix build utils)
> (ice-9 format)))
> (snippet

Pushed to master; thanks!

Closing,

Maxim
Closed
?
Your comment

This issue is archived.

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

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