diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-01 17:54:04 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-02 18:54:17 +0100 |
commit | 961fdd3a2af40ec212fdc928754eb49ee27f984f (patch) | |
tree | f6f89b7d7cb5614c7b056b9aa6f6e8f22d93644d | |
parent | 81c7a751403d193d66db0f19b2a6d30cefebbc81 (diff) | |
download | guix-961fdd3a2af40ec212fdc928754eb49ee27f984f.tar.gz guix-961fdd3a2af40ec212fdc928754eb49ee27f984f.zip |
gnu: wavemon: Update to 0.9.3.
* gnu/packages/hardware.scm (wavemon): Update to 0.9.3.
[source]: Remove applied patches.
-rw-r--r-- | gnu/packages/hardware.scm | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index a3418878e7..d130ebd48b 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.2") + (version "0.9.3") (source (origin (method git-fetch) @@ -298,24 +298,7 @@ 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 "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"))))))) + (base32 "0m9n5asjxs1ir5rqprigqcrm976mgjvh4yql1jhfnbszwbf95193")))) (build-system gnu-build-system) (arguments `(#:make-flags |