diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-23 15:33:59 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:07 +0200 |
commit | 173ee74c0b4b710a5c6a3679899e80a32450da5e (patch) | |
tree | bf1271f430a36f6a35fd1d46b3ffd1018a4db862 | |
parent | 7419b187d1c884b7fd7494519ed964333c990218 (diff) | |
download | guix-173ee74c0b4b710a5c6a3679899e80a32450da5e.tar.gz |
gnu: python-compreffor: Update to 0.5.4.
* gnu/packages/fontutils.scm (python-compreffor): Update to 0.5.4.
-rw-r--r-- | gnu/packages/fontutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 230fdd1dde..16be15fc77 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -427,13 +427,13 @@ Kit for OpenType (AFDKO) @command{tx} tool.") (define-public python-compreffor (package (name "python-compreffor") - (version "0.5.2") + (version "0.5.4") (source (origin (method url-fetch) (uri (pypi-uri "compreffor" version)) (sha256 - (base32 "0r6vlxrm73j719f5q3n6sy737p2424n7qam52am83p55j0fb9h5f")))) + (base32 "05gpszc8xh6wn3mdra05d6yz6ns624y67m9xs4vv8gh68m0aasrh")))) (build-system python-build-system) (arguments (list |