aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-01-01 02:02:26 -0500
committerMark H Weaver <mhw@netris.org>2020-01-01 02:02:26 -0500
commit8220e8937203aa88b4307415c8eba04e7d7808bc (patch)
tree5b6777129c2770b380dcf889bbb5af15683cd90c
parentfed39c384dd04040a563904452251b18bcbf5d4d (diff)
downloadguix-8220e8937203aa88b4307415c8eba04e7d7808bc.tar
guix-8220e8937203aa88b4307415c8eba04e7d7808bc.tar.gz
gnu: linux-libre: Update to 5.4.7.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.7. (linux-libre-5.4-pristine-source): Update hash.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9e51f87f33..cc3455b52b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -356,10 +356,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
"linux-" version ".tar.xz"))
(sha256 hash)))
-(define-public linux-libre-5.4-version "5.4.6")
+(define-public linux-libre-5.4-version "5.4.7")
(define-public linux-libre-5.4-pristine-source
(let ((version linux-libre-5.4-version)
- (hash (base32 "1j4916izy2nrzq7g6m5m365r60hhhx9rqcanjvaxv5x3vsy639gx")))
+ (hash (base32 "1jgwg5qb7lb30m5ywvpfagzrl6d0i524qpy3v99mina6j4fv5jdb")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.4)))