[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/12: gnu: mangohud: Update to 0.6.8.
From: |
guix-commits |
Subject: |
07/12: gnu: mangohud: Update to 0.6.8. |
Date: |
Fri, 11 Nov 2022 17:19:31 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 474070facbb6c718788b8e9ba7abcc473804d8f4
Author: dan <i@dan.games>
AuthorDate: Tue Nov 8 23:29:04 2022 +0800
gnu: mangohud: Update to 0.6.8.
* gnu/packages/graphics.scm (mangohud): Update to 0.6.8.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/graphics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index e15a533f5b..4125c8078c 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -979,7 +979,7 @@ distills complex, animated scenes into a set of baked
geometric results.")
(define-public mangohud
(package
(name "mangohud")
- (version "0.6.7")
+ (version "0.6.8")
(source
(origin
(method git-fetch)
@@ -988,7 +988,7 @@ distills complex, animated scenes into a set of baked
geometric results.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0n2x6agv2j8nd6h1998dqsphb7k57zx8vsayv47dqix28kg5kixz"))))
+ (base32 "19dp8l5njzl9xah0bhwlkl39vc8w2rnpvpdrhgaz3hnhz8b0r5df"))))
(build-system meson-build-system)
(arguments
(list
- branch master updated (8c0c223fab -> ad03c2d461), guix-commits, 2022/11/11
- 03/12: gnu-maintenance: 'gnu' updater prefers tarball with same compression., guix-commits, 2022/11/11
- 05/12: gnu: valgrind: Add version 3.20.0., guix-commits, 2022/11/11
- 02/12: upstream: Factorize 'package-archive-type'., guix-commits, 2022/11/11
- 01/12: grafts: Run with a UTF-8 locale., guix-commits, 2022/11/11
- 06/12: gnu: xfce4-settings: Update to 4.16.4., guix-commits, 2022/11/11
- 07/12: gnu: mangohud: Update to 0.6.8.,
guix-commits <=
- 10/12: gnu: spdlog: Update to 1.11.0., guix-commits, 2022/11/11
- 11/12: gnu: waybar: Update to 0.9.15., guix-commits, 2022/11/11
- 12/12: gnu: wofi: Update to 1.3., guix-commits, 2022/11/11
- 09/12: gnu: bear: Replace spdlog with spdlog-1.10., guix-commits, 2022/11/11
- 04/12: gnu-maintenance: 'release-file?' excludes "valgrind-3.20.0.RC1.tar.bz2"., guix-commits, 2022/11/11
- 08/12: gnu: Add spdlog-1.10., guix-commits, 2022/11/11