* [bug#51237] [PATCH] gnu: Revert font-abattis-cantarell to 0.301
@ 2021-10-16 2:58 Zach Oglesby
[not found] ` <handler.51237.B.163436934416621.ack@debbugs.gnu.org>
0 siblings, 1 reply; 5+ messages in thread
From: Zach Oglesby @ 2021-10-16 2:58 UTC (permalink / raw)
To: 51237; +Cc: Zach Oglesby
---
gnu/packages/fonts.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index de1acc5a75..f59e93ada2 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -200,7 +200,7 @@ (define-public font-canada1500
(define-public font-abattis-cantarell
(package
(name "font-abattis-cantarell")
- (version "0.303")
+ (version "0.301")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/cantarell-fonts/"
@@ -208,7 +208,7 @@ (define-public font-abattis-cantarell
"/cantarell-fonts-" version ".tar.xz"))
(sha256
(base32
- "11sycxscs9kzl451mhygyj2qj8qlny8pamskb86np7izq05dnd9x"))))
+ "10sycxscs9kzl451mhygyj2qj8qlny8pamskb86np7izq05dnd9x"))))
(build-system meson-build-system)
(native-inputs
`(("gettext" ,gettext-minimal))) ; for msgfmt
--
2.33.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#51237] Acknowledgement ([PATCH] gnu: Revert font-abattis-cantarell to 0.301)
[not found] ` <handler.51237.B.163436934416621.ack@debbugs.gnu.org>
@ 2021-10-16 15:38 ` Zach Oglesby
2021-10-16 16:46 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 5+ messages in thread
From: Zach Oglesby @ 2021-10-16 15:38 UTC (permalink / raw)
To: 51237
[-- Attachment #1: Type: text/plain, Size: 176 bytes --]
This change is because the package would not build on three different computers for me as it could not download the source and after looking for it I could not find it either.
[-- Attachment #2: Type: text/html, Size: 351 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#51237] Acknowledgement ([PATCH] gnu: Revert font-abattis-cantarell to 0.301)
2021-10-16 15:38 ` [bug#51237] Acknowledgement ([PATCH] gnu: Revert font-abattis-cantarell to 0.301) Zach Oglesby
@ 2021-10-16 16:46 ` Tobias Geerinckx-Rice via Guix-patches via
2021-10-16 17:07 ` Zach Oglesby
0 siblings, 1 reply; 5+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2021-10-16 16:46 UTC (permalink / raw)
To: Zach Oglesby; +Cc: 51237
[-- Attachment #1: Type: text/plain, Size: 378 bytes --]
Zach Oglesby 写道:
> This change is because the package would not build on three
> different
> computers for me as it could not download the source and after
> looking
> for it I could not find it either.
Nope: it didn't exist.
However, this should have been fixed on master before you sent the
message above; does it still happen?
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#51237] Acknowledgement ([PATCH] gnu: Revert font-abattis-cantarell to 0.301)
2021-10-16 16:46 ` Tobias Geerinckx-Rice via Guix-patches via
@ 2021-10-16 17:07 ` Zach Oglesby
2021-10-16 17:35 ` bug#51237: " Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 5+ messages in thread
From: Zach Oglesby @ 2021-10-16 17:07 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: 51237
[-- Attachment #1: Type: text/plain, Size: 561 bytes --]
Yeah it was not fixed on master when I made the patch but it is now.
Thanks.
On Oct 16, 2021, 12:49 PM -0400, Tobias Geerinckx-Rice <me@tobias.gr>, wrote:
> Zach Oglesby 写道:
> > This change is because the package would not build on three
> > different
> > computers for me as it could not download the source and after
> > looking
> > for it I could not find it either.
>
> Nope: it didn't exist.
>
> However, this should have been fixed on master before you sent the
> message above; does it still happen?
>
> Kind regards,
>
> T G-R
[-- Attachment #2: Type: text/html, Size: 1053 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#51237: Acknowledgement ([PATCH] gnu: Revert font-abattis-cantarell to 0.301)
2021-10-16 17:07 ` Zach Oglesby
@ 2021-10-16 17:35 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 0 replies; 5+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2021-10-16 17:35 UTC (permalink / raw)
To: Zach Oglesby; +Cc: 51237-done
[-- Attachment #1: Type: text/plain, Size: 24 bytes --]
Great!
Closing,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-10-16 17:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-16 2:58 [bug#51237] [PATCH] gnu: Revert font-abattis-cantarell to 0.301 Zach Oglesby
[not found] ` <handler.51237.B.163436934416621.ack@debbugs.gnu.org>
2021-10-16 15:38 ` [bug#51237] Acknowledgement ([PATCH] gnu: Revert font-abattis-cantarell to 0.301) Zach Oglesby
2021-10-16 16:46 ` Tobias Geerinckx-Rice via Guix-patches via
2021-10-16 17:07 ` Zach Oglesby
2021-10-16 17:35 ` bug#51237: " Tobias Geerinckx-Rice via Guix-patches via
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).