emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#51290: closed ([PATCH] gnu: font-juliamono: Update to 0.043.)


From: GNU bug Tracking System
Subject: bug#51290: closed ([PATCH] gnu: font-juliamono: Update to 0.043.)
Date: Sat, 23 Oct 2021 19:56:02 +0000

Your message dated Sat, 23 Oct 2021 15:54:53 -0400
with message-id <YXRojXGhDHk8bq73@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@gnu.org.)


-- 
51290: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51290
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- 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


--- End Message ---

reply via email to

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