GNU bug report logs -
#40245
[PATCH] * gnu: font-jetbrains-mono: update to 1.0.3
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Thu, 26 Mar 2020 21:44:01 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#40245: [PATCH] * gnu: font-jetbrains-mono: update to 1.0.3
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 40245 <at> debbugs.gnu.org.
--
40245: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40245
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Michael Rohleder <mike <at> rohleder.de> writes:
> * gnu/packages/fonts.scm (font-jetbrains-mono): update to 1.0.3
> From 0ffae199c3530de588b02ccbeec17167b0ae0927 Mon Sep 17 00:00:00 2001
> From: Michael Rohleder <mike <at> rohleder.de>
> Date: Thu, 26 Mar 2020 22:36:01 +0100
> Subject: [PATCH] * gnu/packages/fonts.scm (font-jetbrains-mono): update to
> 1.0.3
Applied with a fixed commit message, thanks!
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
[Message part 6 (text/plain, inline)]
* gnu/packages/fonts.scm (font-jetbrains-mono): update to 1.0.3
[0001-gnu-packages-fonts.scm-font-jetbrains-mono-update-to.patch (text/x-patch, inline)]
From 0ffae199c3530de588b02ccbeec17167b0ae0927 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike <at> rohleder.de>
Date: Thu, 26 Mar 2020 22:36:01 +0100
Subject: [PATCH] * gnu/packages/fonts.scm (font-jetbrains-mono): update to
1.0.3
---
gnu/packages/fonts.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 5fb6bbbe18..b8fe0d2d65 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -30,6 +30,7 @@
;;; Copyright © 2019 Alexandros Theodotou <alex <at> zrythm.org>
;;; Copyright © 2020 Damien Cassou <damien <at> cassou.me>
;;; Copyright © 2020 Amin Bandali <mab <at> gnu.org>
+;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1569,7 +1570,7 @@ This package provides the TrueType fonts.")
(define-public font-jetbrains-mono
(package
(name "font-jetbrains-mono")
- (version "1.0.2")
+ (version "1.0.3")
(source
(origin
(method url-fetch)
@@ -1577,7 +1578,7 @@ This package provides the TrueType fonts.")
(string-append "https://download.jetbrains.com/fonts/"
"JetBrainsMono-" version ".zip"))
(sha256
- (base32 "0qlp4902i1v6ni04b6gdip8rxw6wpkdk9w7dir1yn9an5mvbkyar"))))
+ (base32 "0zvhwmpdwpm4vywmm6i9a4najz0c7vfi411yikgkd66l5hwd1p6f"))))
(build-system font-build-system)
(home-page "https://www.jetbrains.com/lp/mono/")
(synopsis "Mono typeface for developers")
--
2.26.0
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 5 years and 138 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.