[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/18: gnu: tpacpi-bat: Update to 3.2.
From: |
guix-commits |
Subject: |
01/18: gnu: tpacpi-bat: Update to 3.2. |
Date: |
Wed, 19 Jul 2023 11:23:36 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 4267580a53e76e1ebbbe3ace7fcb3baa7620cb6f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:03 2023 +0200
gnu: tpacpi-bat: Update to 3.2.
* gnu/packages/linux.scm (tpacpi-bat): Update to 3.2.
[arguments]: Don't explicitly return #t from phases.
linux tpacpi-bat
---
gnu/packages/linux.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 39503de6ff..7f9a835d5f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6357,7 +6357,7 @@ from userspace.")
(define-public tpacpi-bat
(package
(name "tpacpi-bat")
- (version "3.1")
+ (version "3.2")
(source
(origin
(method git-fetch)
@@ -6366,7 +6366,7 @@ from userspace.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0wbaz34z99gqx721alh5vmpxpj2yxg3x9m8jqyivfi1wfpwc2nd5"))))
+ (base32 "0nd8s2bqbhl0sjpflphb4l9ix71p7kvnbvkq4dg9a1v0sxafyygm"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test target
@@ -6380,8 +6380,7 @@ from userspace.")
;; tpacpi-bat modprobes the acpi_call kernel module if it's not
;; loaded. That's the administrator's prerogative; disable it.
(("system \"(modprobe .*)\"" _ match)
- (format #f "die \"Please run ‘~a’ first.\\n\"" match)))
- #t))
+ (format #f "die \"Please run ‘~a’ first.\\n\"" match)))))
(delete 'configure) ; nothing to configure
(delete 'build) ; nothing to build
(replace 'install
@@ -6396,8 +6395,7 @@ from userspace.")
(let ((target (string-append doc "/" file)))
(mkdir-p (dirname target))
(copy-recursively file target)))
- (list "battery_asl" "examples" "README.md"))
- #t))))))
+ (list "battery_asl" "examples" "README.md"))))))))
(inputs
(list perl))
(home-page "https://github.com/teleshoes/tpacpi-bat")
- branch master updated (1d837aaa32 -> 7abf96a2ec), guix-commits, 2023/07/19
- 01/18: gnu: tpacpi-bat: Update to 3.2.,
guix-commits <=
- 03/18: gnu: ytnef: Update to 2.1.2., guix-commits, 2023/07/19
- 07/18: gnu: libtraceevent: Update to 1.7.3., guix-commits, 2023/07/19
- 13/18: gnu: nvme-cli: Separate :doc files., guix-commits, 2023/07/19
- 02/18: gnu: tpacpi-bat: Fix cross-compilation., guix-commits, 2023/07/19
- 05/18: gnu: gnome-multi-writer: Remove input labels., guix-commits, 2023/07/19
- 08/18: gnu: libtraceevent: Shorten source snippet., guix-commits, 2023/07/19
- 10/18: gnu: libnvme: Update to 1.5., guix-commits, 2023/07/19
- 14/18: gnu: libinih: Update to 57., guix-commits, 2023/07/19
- 04/18: gnu: rspamd: Update to 3.5., guix-commits, 2023/07/19
- 15/18: gnu: xfstests: Update to 1.1.0-2.87f90a2., guix-commits, 2023/07/19