guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: scribus: Update to 1.5.6.1.


From: guix-commits
Subject: branch master updated: gnu: scribus: Update to 1.5.6.1.
Date: Wed, 18 Nov 2020 12:31:58 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new eca38ad  gnu: scribus: Update to 1.5.6.1.
eca38ad is described below

commit eca38ada61356c8a6dbd677575a09a573aca95eb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Nov 18 18:31:11 2020 +0100

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

diff --git a/gnu/packages/scribus.scm b/gnu/packages/scribus.scm
index e380a2e..f699824 100644
--- a/gnu/packages/scribus.scm
+++ b/gnu/packages/scribus.scm
@@ -49,14 +49,14 @@
 (define-public scribus
   (package
     (name "scribus")
-    (version "1.5.6")
+    (version "1.5.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/scribus/scribus-devel/"
                            version "/scribus-" version ".tar.xz"))
        (sha256
-        (base32 "1qj7mzf2gmdyil27a4hl2pr1i3h3zzy2h33x74lnwp48mzp0cyap"))))
+        (base32 "1axp8ffnx3nh6k4s5mfa9gbx8d0yql2azgcampg41ylwafapc9fl"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ;no test target



reply via email to

[Prev in Thread] Current Thread [Next in Thread]