mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: libpaper: Update to 2.0.0.
* gnu/packages/ghostscript.scm (libpaper): Update to 2.0.0.
This commit is contained in:
parent
e9aebdd23b
commit
2ca34cc3bb
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ (define-public lcms
|
|||
(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 @@ (define-public libpaper
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1cjs3bvzif433y9js8m9hlscgvsbihww4dq0d3vv58fn474wkffd"))))
|
||||
"0aipyaqp30cn919j7w5wvlgkw0v4aqsax82i2zw4wmgck8g6ax77"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list help2man))
|
||||
|
|
Loading…
Reference in a new issue