[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: font-overpass: Update to 3.0.5.
From: |
guix-commits |
Subject: |
04/11: gnu: font-overpass: Update to 3.0.5. |
Date: |
Sat, 16 Oct 2021 11:33:09 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 39c1660cef855dd22bb67dea5ad75887df5eaeb4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Oct 16 02:13:03 2021 +0200
gnu: font-overpass: Update to 3.0.5.
* gnu/packages/fonts.scm (font-overpass): Update to 3.0.5.
---
gnu/packages/fonts.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index f59e93a..3076ac7 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2242,16 +2242,16 @@ half of the twentieth century.")
(define-public font-overpass
(package
(name "font-overpass")
- (version "3.0.4")
+ (version "3.0.5")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/RedHatOfficial/Overpass")
- (commit version)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1pl7zpwlx0j2xv23ahnpmbb4a5d6ib2cjck5mxqzi3jjk25rk9kb"))))
+ (base32 "1vsp94h7v5sn29hajv2ng94gyx4pqb0xgvn3gf7jp2q80gdv8pkm"))))
(build-system font-build-system)
(arguments
`(#:phases
- branch master updated (e2c4d8d -> df24044), guix-commits, 2021/10/16
- 04/11: gnu: font-overpass: Update to 3.0.5.,
guix-commits <=
- 10/11: gnu: Add minetest-moreores., guix-commits, 2021/10/16
- 02/11: gnu: handbrake: Update to 1.4.2., guix-commits, 2021/10/16
- 06/11: gnu: fio: Update to 3.28., guix-commits, 2021/10/16
- 08/11: build-system/minetest: Gather whole failing test output., guix-commits, 2021/10/16
- 11/11: gnu: minetest-basic-materials: Propagate minetest-moreores., guix-commits, 2021/10/16
- 09/11: build-system/minetest: Install config.txt and _config.txt., guix-commits, 2021/10/16
- 01/11: gnu: angband: Update to 4.2.3., guix-commits, 2021/10/16
- 05/11: gnu: gtkwave: Update to 3.3.111., guix-commits, 2021/10/16
- 03/11: gnu: fnott: Update to 1.1.2., guix-commits, 2021/10/16
- 07/11: gnu: font-abattis-cantarell: Update to 0.303., guix-commits, 2021/10/16