[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/19: gnu: wavemon: Update to 0.9.2.
From: |
guix-commits |
Subject: |
01/19: gnu: wavemon: Update to 0.9.2. |
Date: |
Wed, 4 Nov 2020 22:00:36 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 2666bb811283884fe48b691735bc14c7885b8be1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 4 14:08:59 2020 +0100
gnu: wavemon: Update to 0.9.2.
* gnu/packages/hardware.scm (wavemon): Update to 0.9.2.
[source]: Add two bonus upstream commits as patches.
---
gnu/packages/hardware.scm | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index e4a8112..b1aaa21 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -289,7 +289,7 @@ be dangerous and may void your CPU or system board's
warranty.")
(define-public wavemon
(package
(name "wavemon")
- (version "0.9.1")
+ (version "0.9.2")
(source
(origin
(method git-fetch)
@@ -298,7 +298,24 @@ be dangerous and may void your CPU or system board's
warranty.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "109ycwnjjqc2vpnd8b86njfifczlxglnyv4rh2qmbn2i5nw2wryg"))))
+ (base32 "0y984wm03lzqf7bk06a07mw7d1fzjsp9x7zxcvlx4xqmv7wlgb29"))
+ (patches
+ (list
+ ;; Two upstream commits required to find the correct <ncurses.h>.
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/uoaerg/wavemon/commit/"
+ "ce7f9c4da90767bb50e4b80cdb3cee61264d8d12.patch"))
+ (sha256
+ (base32 "04b4qbsa5l0jr41dkj0c8yw74lm8z8b50nw1iwas6hnzq41dwdm3")))
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/uoaerg/wavemon/commit/"
+ "31e3def1c7332ad830bd966e7d21b343b4f2da54.patch"))
+ (sha256
+ (base32
"0kyv3sbkv9hl8b88xnk6bq550axh9wzfjlhp3jbvqd4fqf7663br")))))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
- branch master updated (c98f68c -> facdae0), guix-commits, 2020/11/04
- 02/19: gnu: gpxsee: Update to 7.35., guix-commits, 2020/11/04
- 03/19: gnu: zeitgeist: Update to 1.0.3., guix-commits, 2020/11/04
- 04/19: gnu: colord: Update to 1.4.5., guix-commits, 2020/11/04
- 08/19: gnu: i3-gaps: Update to 4.18.3., guix-commits, 2020/11/04
- 01/19: gnu: wavemon: Update to 0.9.2.,
guix-commits <=
- 05/19: gnu: php: Move a test disablement., guix-commits, 2020/11/04
- 06/19: gnu: vera: Update to 1.24., guix-commits, 2020/11/04
- 07/19: gnu: i3-wm: Update to 4.18.3., guix-commits, 2020/11/04
- 10/19: gnu: oil: Update to 0.8.3., guix-commits, 2020/11/04
- 13/19: gnu: lldpd: Update to 1.0.7., guix-commits, 2020/11/04
- 15/19: gnu: libnice: Update to 0.1.18., guix-commits, 2020/11/04
- 12/19: gnu: fldigi: Update to 4.1.15., guix-commits, 2020/11/04
- 16/19: gnu: toxic: Update to 0.8.4., guix-commits, 2020/11/04
- 09/19: gnu: xl2tpd: Update to 1.3.16., guix-commits, 2020/11/04
- 14/19: gnu: lldpd: Omit static library., guix-commits, 2020/11/04