[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: thermald: Update to 2.5.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: thermald: Update to 2.5.1. |
Date: |
Fri, 13 Jan 2023 12:02:31 -0500 |
This is an automated email from the git hooks/post-receive script.
davexunit pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 538eddfbce gnu: thermald: Update to 2.5.1.
538eddfbce is described below
commit 538eddfbce5fe396e67dc3cd67812e9b7a91d3ab
Author: David Thompson <dthompson2@worcester.edu>
AuthorDate: Fri Jan 13 12:00:12 2023 -0500
gnu: thermald: Update to 2.5.1.
* gnu/packages/admin.scm (thermald): Update to 2.5.1.
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index d4d4b663e9..9efedda74a 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4122,7 +4122,7 @@ hard-coded.")
(define-public thermald
(package
(name "thermald")
- (version "2.4.7")
+ (version "2.5.1")
(source
(origin
(method git-fetch)
@@ -4131,7 +4131,7 @@ hard-coded.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1n0ih86bkm09bzhjl7hllxkl4gzcxvzsznbwi8dx87ragsjlix6n"))))
+ (base32 "06p1154w3n4lm0nq8fdsr6ksxl8shrc9z8yz0sbviss9afpawxcg"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: thermald: Update to 2.5.1.,
guix-commits <=