guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: font-juliamono: Update to 0.031.


From: guix-commits
Subject: branch master updated: gnu: font-juliamono: Update to 0.031.
Date: Tue, 02 Feb 2021 18:03:17 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1b3dcb3  gnu: font-juliamono: Update to 0.031.
1b3dcb3 is described below

commit 1b3dcb3dd266fda9732b7a8194bd24e80043fb7a
Author: nixo <nicolo@nixo.xyz>
AuthorDate: Sat Jan 30 22:37:51 2021 +0100

    gnu: font-juliamono: Update to 0.031.
    
    * gnu/packages/fonts.scm (font-juliamono): Update to 0.031.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/fonts.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 92a7580..b24425c 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1881,7 +1881,7 @@ in small sizes, the text looks crisper.")
 (define-public font-juliamono
   (package
     (name "font-juliamono")
-    (version "0.025")
+    (version "0.031")
     (source
      (origin
        (method git-fetch)
@@ -1890,7 +1890,7 @@ in small sizes, the text looks crisper.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1w8mpl9zc1y4j1f26ikbz5g9dqsszhikp4r9p1d3ch3b5ayb5c3m"))))
+        (base32 "0pcz2qaw0g0gak4plvhgg3m76h4gamffa373r52dzx0qwn1i1cf1"))))
     (build-system font-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]