all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46099] [PATCH] gnu: inkscape-1.0: Update to 1.0.2.
@ 2021-01-25 12:49 Michael Rohleder
  2021-01-25 14:29 ` bug#46099: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2021-01-25 12:49 UTC (permalink / raw)
  To: 46099

* 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
-- 
2.30.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#46099: [PATCH] gnu: inkscape-1.0: Update to 1.0.2.
  2021-01-25 12:49 [bug#46099] [PATCH] gnu: inkscape-1.0: Update to 1.0.2 Michael Rohleder
@ 2021-01-25 14:29 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2021-01-25 14:29 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 46099-done

Hello Michael,

Michael Rohleder <mike@rohleder.de> writes:

> * 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-25 14:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-25 12:49 [bug#46099] [PATCH] gnu: inkscape-1.0: Update to 1.0.2 Michael Rohleder
2021-01-25 14:29 ` bug#46099: " Maxim Cournoyer

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.