* [bug#51290] [PATCH] gnu: font-juliamono: Update to 0.043.
@ 2021-09-29 18:40 Konrad Hinsen
2021-10-23 19:54 ` bug#51290: " Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2021-09-29 18:40 UTC (permalink / raw)
To: 51290
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#51290: [PATCH] gnu: font-juliamono: Update to 0.043.
2021-09-29 18:40 [bug#51290] [PATCH] gnu: font-juliamono: Update to 0.043 Konrad Hinsen
@ 2021-10-23 19:54 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-10-23 19:54 UTC (permalink / raw)
To: Konrad Hinsen; +Cc: 51290-done
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-23 19:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-29 18:40 [bug#51290] [PATCH] gnu: font-juliamono: Update to 0.043 Konrad Hinsen
2021-10-23 19:54 ` bug#51290: " Leo Famulari
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).