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
@ -221,17 +221,14 @@ directory tree.")
|
||||
(define-public bdftopcf
|
||||
(package
|
||||
(name "bdftopcf")
|
||||
(version "1.1")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/app/bdftopcf-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"18hiscgljrz10zjcws25bis32nyrg3hzgmiq6scrh7izqmgz0kab"))))
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://xorg/individual/util/"
|
||||
"bdftopcf-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "026rzs92h9jsc7r0kvvyvwhm22q0805gp38rs14x6ghg7kam7j8i"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list libxfont2))
|
||||
|
Loading…
Reference in New Issue
Block a user