GNU bug report logs - #51290
[PATCH] gnu: font-juliamono: Update to 0.043.

Previous Next

Package: guix-patches;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Tue, 19 Oct 2021 16:58:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#51290: closed ([PATCH] gnu: font-juliamono: Update to 0.043.)
Date: Sat, 23 Oct 2021 19:56:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 23 Oct 2021 15:54:53 -0400
with message-id <YXRojXGhDHk8bq73 <at> jasmine.lan>
and subject line Re: [bug#51290] [PATCH] gnu: font-juliamono: Update to 0.043.
has caused the debbugs.gnu.org bug report #51290,
regarding [PATCH] gnu: font-juliamono: Update to 0.043.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
51290: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51290
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: font-juliamono: Update to 0.043.
Date: Wed, 29 Sep 2021 20:40:35 +0200
* gnu/packages/fonts.scm (font-juliamono): Update to 0.043.
---
 gnu/packages/fonts.scm | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index cb00d90d59..402f7aece0 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1968,25 +1968,25 @@ (define-public font-jetbrains-mono
 (define-public font-juliamono
   (package
     (name "font-juliamono")
-    (version "0.031")
+    (version "0.043")
     (source
      (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/cormullion/juliamono")
-             (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/cormullion/juliamono/releases/download/"
+             "v" version "/JuliaMono-ttf.tar.gz"))
        (sha256
-        (base32 "0pcz2qaw0g0gak4plvhgg3m76h4gamffa373r52dzx0qwn1i1cf1"))))
+        (base32
+         "0vb7n9yqgasnxzps13ckklay5bla6b0i79pzmfqvjms1r37079gh"))))
     (build-system font-build-system)
     (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'delete-website-folder
-           ;; This folder contains other unrelated fonts.
-           (lambda _
-             (delete-file-recursively "website")
-             #t)))))
+     `(#:phases (modify-phases %standard-phases
+                  (replace 'unpack
+                    (lambda* (#:key source #:allow-other-keys)
+                      (mkdir "source")
+                      (chdir "source")
+                      (invoke "tar" "xzf" source))))))
+    (native-inputs `(("tar" ,tar)))
     (home-page "https://github.com/cormullion/juliamono")
     (synopsis "Monospaced font for programming")
     (description
-- 
2.33.0



[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Cc: 51290-done <at> debbugs.gnu.org
Subject: Re: [bug#51290] [PATCH] gnu: font-juliamono: Update to 0.043.
Date: Sat, 23 Oct 2021 15:54:53 -0400
On Wed, Sep 29, 2021 at 08:40:35PM +0200, Konrad Hinsen wrote:
> 
> * gnu/packages/fonts.scm (font-juliamono): Update to 0.043.

Thanks! Pushed as 38db6e10f020c305bfc6e459dc2cf2a6ad444f91


This bug report was last modified 3 years and 270 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.