gnu: zathura-ps: Update to 0.2.4.
* gnu/packages/pdf.scm (zathura-ps): Update to 0.2.4.
This commit is contained in:
parent
4df3dc419d
commit
fe5fe355fd
|
@ -303,7 +303,7 @@ using libarchive.")
|
||||||
(define-public zathura-ps
|
(define-public zathura-ps
|
||||||
(package
|
(package
|
||||||
(name "zathura-ps")
|
(name "zathura-ps")
|
||||||
(version "0.2.3")
|
(version "0.2.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -311,7 +311,7 @@ using libarchive.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18wsfy8pqficdgj8wy2aws7j4fy8z78157rhqk17mj5f295zgvm9"))))
|
"1nxbl0glnzpan78fhdfzhkcd0cikcvrkzf9m56mb0pvnwzlwg7zv"))))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(propagated-inputs `(("girara" ,girara)))
|
(propagated-inputs `(("girara" ,girara)))
|
||||||
(inputs `(("libspectre" ,libspectre)
|
(inputs `(("libspectre" ,libspectre)
|
||||||
|
|
Loading…
Reference in New Issue