GNU bug report logs -
#77594
[PATCH] gnu: font-adobe-source-code-pro: Update to 2.042R-u-1.062R-i-1.026R-vf.
Previous Next
Reported by: Kurome <hunt31999 <at> gmail.com>
Date: Mon, 7 Apr 2025 03:23:02 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77594 in the body.
You can then email your comments to 77594 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77594
; Package
guix-patches
.
(Mon, 07 Apr 2025 03:23:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Kurome <hunt31999 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 07 Apr 2025 03:23:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/fonts.scm (font-adobe-source-code-pro): Update to 2.042R-u-1.062R-i-1.026R-vf.
Change-Id: I40b0e44d867341dbc3ef32829619c83621d06c11
---
gnu/packages/fonts.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 75b1bee6e2..d90897f0b2 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1571,7 +1571,7 @@ (define-public font-hack
(define-public font-adobe-source-code-pro
(package
(name "font-adobe-source-code-pro")
- (version "2.032R-ro-1.052R-it-1.012R-VAR")
+ (version "2.042R-u-1.062R-i-1.026R-vf")
(source
(origin
(method git-fetch)
@@ -1580,12 +1580,11 @@ (define-public font-adobe-source-code-pro
(commit (regexp-substitute/global
;; The upstream tag uses "/" between the roman and italic
;; versions, so substitute our "-" separator here.
- #f "((R-ro)|(R-it))(-)" version
- 'pre 1 "/" 'post
- ))))
+ #f "((R-u)|(R-i))(-)" version
+ 'pre 1 "/" 'post))))
(file-name (git-file-name name version))
(sha256
- (base32 "1lqchm8z0ah5y675ycmciqvr8y1v1gcj22ysfs443gm291vy0z4v"))))
+ (base32 "0mir6yi5i0h1kk6fr8dsqmv4m8cwrbldadpy7rnlyvkd26wdqpiy"))))
(build-system font-build-system)
(home-page "https://github.com/adobe-fonts/source-code-pro")
(synopsis
--
2.49.0
Information forwarded
to
hako <at> ultrarare.space, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#77594
; Package
guix-patches
.
(Tue, 08 Apr 2025 01:10:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 77594 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/fonts.scm (font-adobe-source-code-pro): Update to
2.042R-u-1.062R-i-1.026R-vf.
[source]<commit>: Fix to new version string.
Change-Id: I40b0e44d867341dbc3ef32829619c83621d06c11
---
gnu/packages/fonts.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 75b1bee6e2..d90897f0b2 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1571,7 +1571,7 @@ (define-public font-hack
(define-public font-adobe-source-code-pro
(package
(name "font-adobe-source-code-pro")
- (version "2.032R-ro-1.052R-it-1.012R-VAR")
+ (version "2.042R-u-1.062R-i-1.026R-vf")
(source
(origin
(method git-fetch)
@@ -1580,12 +1580,11 @@ (define-public font-adobe-source-code-pro
(commit (regexp-substitute/global
;; The upstream tag uses "/" between the roman and italic
;; versions, so substitute our "-" separator here.
- #f "((R-ro)|(R-it))(-)" version
- 'pre 1 "/" 'post
- ))))
+ #f "((R-u)|(R-i))(-)" version
+ 'pre 1 "/" 'post))))
(file-name (git-file-name name version))
(sha256
- (base32 "1lqchm8z0ah5y675ycmciqvr8y1v1gcj22ysfs443gm291vy0z4v"))))
+ (base32 "0mir6yi5i0h1kk6fr8dsqmv4m8cwrbldadpy7rnlyvkd26wdqpiy"))))
(build-system font-build-system)
(home-page "https://github.com/adobe-fonts/source-code-pro")
(synopsis
--
2.49.0
Reply sent
to
Hilton Chain <hako <at> ultrarare.space>
:
You have taken responsibility.
(Tue, 08 Apr 2025 16:13:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Kurome <hunt31999 <at> gmail.com>
:
bug acknowledged by developer.
(Tue, 08 Apr 2025 16:13:04 GMT)
Full text and
rfc822 format available.
Message #13 received at 77594-done <at> debbugs.gnu.org (full text, mbox):
On Tue, 08 Apr 2025 09:08:48 +0800,
Kurome wrote:
>
> * gnu/packages/fonts.scm (font-adobe-source-code-pro): Update to
> 2.042R-u-1.062R-i-1.026R-vf.
> [source]<commit>: Fix to new version string.
>
> Change-Id: I40b0e44d867341dbc3ef32829619c83621d06c11
> ---
> gnu/packages/fonts.scm | 9 ++++-----
> 1 file changed, 4 insertions(+), 5 deletions(-)
Modified and applied as 06481c3e441268191bb8cada146b8f372ad88239, thanks!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 07 May 2025 11:24:26 GMT)
Full text and
rfc822 format available.
This bug report was last modified 45 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.