diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
commit | bb65074efbba87c2265bf889e3f5ead472af4367 (patch) | |
tree | 09701057eefcca5e39744792d83d4f52240f9296 /gnu | |
parent | a4e57de06163bdc5f355116697aac0f6b6e36c21 (diff) | |
download | guix-bb65074efbba87c2265bf889e3f5ead472af4367.tar.gz guix-bb65074efbba87c2265bf889e3f5ead472af4367.zip |
gnu: bdftopcf: Update to 1.1.1.
* gnu/packages/xorg.scm (bdftopcf): Update to 1.1.1.
Change-Id: I89baee205beb7fa3c4f7b04a38ab0973d4689a1f
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xorg.scm | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index a7692a43c8..0de08a4ad1 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -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)) |