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