[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/13: gnu: mcelog: Update to 176.
From: |
guix-commits |
Subject: |
06/13: gnu: mcelog: Update to 176. |
Date: |
Thu, 6 May 2021 18:17:41 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a70c0da70666076c03a4041d9de7939ce91944bd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 6 22:11:07 2021 +0200
gnu: mcelog: Update to 176.
* gnu/packages/linux.scm (mcelog): Update to 176.
Fix a typo whilst we're here.
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b0d2132..96f3019 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6089,7 +6089,7 @@ the default @code{nsswitch} and the experimental
@code{umich_ldap}.")
(define-public mcelog
(package
(name "mcelog")
- (version "175")
+ (version "176")
(source
(origin
(method git-fetch)
@@ -6098,11 +6098,11 @@ the default @code{nsswitch} and the experimental
@code{umich_ldap}.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0vvrnjkh1jp7f6295syydg7lplqmcm8msdls3xyk8xfiz69xqdjz"))
+ (base32 "1mlwn6ck9qiwqa2vg5wg1gvfva3jv7ygjr7p7bam0qszajs5pirk"))
(modules '((guix build utils)))
(snippet
`(begin
- ;; The checkout lack a .git directory, breaking ‘git describe’.
+ ;; The checkout lacks a .git directory, breaking ‘git describe’.
(substitute* "Makefile"
(("\"unknown\"") (string-append "\"v" ,version "\"")))
#t))))
- branch master updated (d330d63 -> 6d6b720), guix-commits, 2021/05/06
- 10/13: gnu: remind: Move Tcl/Tk scripts to separate output., guix-commits, 2021/05/06
- 06/13: gnu: mcelog: Update to 176.,
guix-commits <=
- 12/13: gnu: conky: Run tests., guix-commits, 2021/05/06
- 09/13: gnu: remind: Run tests., guix-commits, 2021/05/06
- 03/13: gnu: fish: Update to 3.2.2., guix-commits, 2021/05/06
- 08/13: gnu: remind: Update to 3.3.6., guix-commits, 2021/05/06
- 07/13: gnu: aspell-dict-en: Update to 2020.12.07-0., guix-commits, 2021/05/06
- 01/13: gnu: tintin++: Update to 2.02.11., guix-commits, 2021/05/06
- 02/13: gnu: polyml: Update to 5.8.2., guix-commits, 2021/05/06
- 04/13: gnu: txr: Update to 258., guix-commits, 2021/05/06
- 05/13: gnu: lsscsi: Update to 0.32., guix-commits, 2021/05/06
- 13/13: gnu: conky: Enable WLAN support., guix-commits, 2021/05/06