mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: bdftopcf: Update to 1.1.1.
* gnu/packages/xorg.scm (bdftopcf): Update to 1.1.1. Change-Id: I89baee205beb7fa3c4f7b04a38ab0973d4689a1f
This commit is contained in:
parent
a4e57de061
commit
bb65074efb
1 changed files with 7 additions and 10 deletions
|
@ -221,17 +221,14 @@ (define-public lndir
|
||||||
(define-public bdftopcf
|
(define-public bdftopcf
|
||||||
(package
|
(package
|
||||||
(name "bdftopcf")
|
(name "bdftopcf")
|
||||||
(version "1.1")
|
(version "1.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "mirror://xorg/individual/util/"
|
||||||
"mirror://xorg/individual/app/bdftopcf-"
|
"bdftopcf-" version ".tar.xz"))
|
||||||
version
|
(sha256
|
||||||
".tar.bz2"))
|
(base32 "026rzs92h9jsc7r0kvvyvwhm22q0805gp38rs14x6ghg7kam7j8i"))))
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"18hiscgljrz10zjcws25bis32nyrg3hzgmiq6scrh7izqmgz0kab"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list libxfont2))
|
(list libxfont2))
|
||||||
|
|
Loading…
Reference in a new issue