diff mbox series

[bug#51237] gnu: Revert font-abattis-cantarell to 0.301

Message ID 20211016025832.3921-1-zach@oglesby.co
State Accepted
Headers show
Series [bug#51237] gnu: Revert font-abattis-cantarell to 0.301 | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Zach Oglesby Oct. 16, 2021, 2:58 a.m. UTC
---
 gnu/packages/fonts.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Zach Oglesby Oct. 16, 2021, 3:38 p.m. UTC | #1
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.
Tobias Geerinckx-Rice Oct. 16, 2021, 4:46 p.m. UTC | #2
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
Zach Oglesby Oct. 16, 2021, 5:07 p.m. UTC | #3
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
Tobias Geerinckx-Rice Oct. 16, 2021, 5:35 p.m. UTC | #4
Great!

Closing,

T G-R
diff mbox series

Patch

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