summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-08-11 17:33:30 -0400
committerMark H Weaver <mhw@netris.org>2020-08-11 17:33:30 -0400
commit0c7bff21af7f0e40c4747f0363e34aa2b4e69121 (patch)
treec6a3daaac00571fc85b775ee653cd80aee990ad5
parentfbe69acb0845cbf81d315c75144f8047e73749f1 (diff)
gnu: linux-libre@5.4: Update to 5.4.58.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.58. (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 55c829a92f..22fea5c30c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -401,10 +401,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.7)))
-(define-public linux-libre-5.4-version "5.4.57")
+(define-public linux-libre-5.4-version "5.4.58")
(define-public linux-libre-5.4-pristine-source
(let ((version linux-libre-5.4-version)
- (hash (base32 "1fhprnkc7066iz6zxhskqarjmvwcan2jpfp00hd1q7rw2sw1n398")))
+ (hash (base32 "0iqnn98hj3lq1avlrbjv9qdyfwffv01vd0a465xkhxck26py4bvh")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.4)))