guix-commits
[Top][All Lists]
Advanced

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

08/19: gnu: libpaper: Update to 2.0.0.


From: guix-commits
Subject: 08/19: gnu: libpaper: Update to 2.0.0.
Date: Fri, 16 Sep 2022 16:45:31 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 2ca34cc3bbf03bd67eecbcaecfb67823794b807b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Sep 16 19:29:05 2022 +0200

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

diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 93c01a3beb..8142d0b9cd 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -77,7 +77,7 @@ Consortium standard (ICC), approved as ISO 15076-1.")
 (define-public libpaper
   (package
     (name "libpaper")
-    (version "1.2.3")
+    (version "2.0.0")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/rrthomas/libpaper/releases";
@@ -85,7 +85,7 @@ Consortium standard (ICC), approved as ISO 15076-1.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1cjs3bvzif433y9js8m9hlscgvsbihww4dq0d3vv58fn474wkffd"))))
+                "0aipyaqp30cn919j7w5wvlgkw0v4aqsax82i2zw4wmgck8g6ax77"))))
     (build-system gnu-build-system)
     (native-inputs
      (list help2man))



reply via email to

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