all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 68203@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#68203] [PATCH] gnu: scribus: Update to 1.6.0
Date: Mon,  1 Jan 2024 23:32:18 -0800	[thread overview]
Message-ID: <e1b145044081b9ebfa7079ed7022534acdf96118.1704180632.git.atai@atai.org> (raw)

* 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





             reply	other threads:[~2024-01-02  7:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-02  7:32 Andy Tai [this message]
2024-01-02 14:25 ` [bug#68203] [PATCH] gnu: scribus: Update to 1.6.0 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e1b145044081b9ebfa7079ed7022534acdf96118.1704180632.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=68203@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.