unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49021] [PATCH 1/2] gnu: font-terminus: Update to 4.49.1.
@ 2021-06-14 13:27 Boris A. Dekshteyn
  2021-06-14 13:31 ` [bug#49021] [PATCH 2/2] gnu: font-terminus: Build Open Type Bitmap Boris A. Dekshteyn
  0 siblings, 1 reply; 5+ messages in thread
From: Boris A. Dekshteyn @ 2021-06-14 13:27 UTC (permalink / raw)
  To: 49021; +Cc: Boris A. Dekshteyn

* gnu/packages/fonts.scm (font-terminus): Update to 4.49.1.
---
 gnu/packages/fonts.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 973393acc4..b2aad5a011 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -414,14 +414,14 @@ The unified Libertinus family consists of:
 (define-public font-terminus
   (package
     (name "font-terminus")
-    (version "4.48")
+    (version "4.49.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/terminus-font/terminus-font-"
-                           version "/terminus-font-" version ".tar.gz"))
+                           (version-major+minor version) "/terminus-font-" version ".tar.gz"))
        (sha256
-        (base32 "1bwlkj39rqbyq57v5yssayav6hzv1n11b9ml2s0dpiyfsn6rqy9l"))))
+        (base32 "0yggffiplk22lgqklfmd2c0rw8gwchynjh5kz4bz8yv2h6vw2qfr"))))
     (build-system gnu-build-system)
     (outputs (list "out" "pcf-8bit"))
     (arguments
-- 
2.32.0





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-06-21 12:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 13:27 [bug#49021] [PATCH 1/2] gnu: font-terminus: Update to 4.49.1 Boris A. Dekshteyn
2021-06-14 13:31 ` [bug#49021] [PATCH 2/2] gnu: font-terminus: Build Open Type Bitmap Boris A. Dekshteyn
2021-06-15 18:19   ` Efraim Flashner
2021-06-16  5:48     ` Boris A. Dekshteyn
2021-06-21 12:20       ` bug#49021: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).