mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 20:12:11 +02:00
gnu: libpaper: Update to 2.0.0.
* gnu/packages/ghostscript.scm (libpaper): Update to 2.0.0.
This commit is contained in:
@@ -77,7 +77,7 @@ Consortium standard (ICC), approved as ISO 15076-1.")
|
|||||||
(define-public libpaper
|
(define-public libpaper
|
||||||
(package
|
(package
|
||||||
(name "libpaper")
|
(name "libpaper")
|
||||||
(version "1.2.3")
|
(version "2.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/rrthomas/libpaper/releases"
|
(uri (string-append "https://github.com/rrthomas/libpaper/releases"
|
||||||
@@ -85,7 +85,7 @@ Consortium standard (ICC), approved as ISO 15076-1.")
|
|||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cjs3bvzif433y9js8m9hlscgvsbihww4dq0d3vv58fn474wkffd"))))
|
"0aipyaqp30cn919j7w5wvlgkw0v4aqsax82i2zw4wmgck8g6ax77"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list help2man))
|
(list help2man))
|
||||||
|
|||||||
Reference in New Issue
Block a user