all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68203] [PATCH] gnu: scribus: Update to 1.6.0
@ 2024-01-02  7:32 Andy Tai
  2024-01-02 14:25 ` Nicolas Goaziou via Guix-patches via
  2024-01-06  6:53 ` [bug#68203] [PATCH v2] " Andy Tai
  0 siblings, 2 replies; 5+ messages in thread
From: Andy Tai @ 2024-01-02  7:32 UTC (permalink / raw)
  To: 68203; +Cc: Andy Tai

* gnu/packages/scribus.scm (scribus): Update to 1.6.0

Change-Id: I5ed35e9a8fe8b9473a0fe90599769088a0837419
---
 gnu/packages/scribus.scm | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/scribus.scm b/gnu/packages/scribus.scm
index ba32361575..b8c845edd5 100644
--- a/gnu/packages/scribus.scm
+++ b/gnu/packages/scribus.scm
@@ -50,20 +50,14 @@ (define-module (gnu packages scribus)
 (define-public scribus
   (package
     (name "scribus")
-    (version "1.5.8")
+    (version "1.6.0")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://sourceforge/scribus/scribus-devel/"
-                           version "/scribus-" version ".tar.xz"))
+       (uri (string-append "mirror://sourceforge/scribus/scribus/"
+                           version "/scribus-" version ".tar.gz"))
        (sha256
-        (base32 "0x3bw58v920akca8jxvsfwf468pzjyglk93ay67ph1bdry7nx0a7"))
-       (patches
-        (search-patches "scribus-1.5.8-poppler-22.2.0-1.patch"
-                        "scribus-1.5.8-poppler-22.2.0-2.patch"
-                        "scribus-1.5.8-poppler-22.03.0.patch"
-                        "scribus-1.5.8-poppler-22.04.0.patch"
-                        "scribus-1.5.8-poppler-22.09.0.patch"))))
+        (base32 "10ixrvi1rn20r8nni6cllvkszcx77pyca68vrixjsy7nk1brx9nw"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ;no test target

base-commit: f2102cb5b9239be2ed2023b908b726af542e0124
-- 
2.41.0





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

end of thread, other threads:[~2024-03-04 17:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-02  7:32 [bug#68203] [PATCH] gnu: scribus: Update to 1.6.0 Andy Tai
2024-01-02 14:25 ` Nicolas Goaziou via Guix-patches via
2024-01-04 21:53   ` Andy Tai
2024-01-06  6:53 ` [bug#68203] [PATCH v2] " Andy Tai
2024-03-04 17:39   ` bug#68203: " Nicolas Goaziou 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.