mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -303,7 +303,7 @@ (define-public zathura-cb
|
|||
(define-public zathura-ps
|
||||
(package
|
||||
(name "zathura-ps")
|
||||
(version "0.2.3")
|
||||
(version "0.2.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -311,7 +311,7 @@ (define-public zathura-ps
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"18wsfy8pqficdgj8wy2aws7j4fy8z78157rhqk17mj5f295zgvm9"))))
|
||||
"1nxbl0glnzpan78fhdfzhkcd0cikcvrkzf9m56mb0pvnwzlwg7zv"))))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(propagated-inputs `(("girara" ,girara)))
|
||||
(inputs `(("libspectre" ,libspectre)
|
||||
|
|
Loading…
Reference in a new issue