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:
Tobias Geerinckx-Rice 2024-09-08 02:00:00 +02:00
parent a4e57de061
commit bb65074efb
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -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))