aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-03-07 18:25:14 -0500
committerLeo Famulari <leo@famulari.name>2021-03-08 15:12:09 -0500
commitcf60b80304b4ec6070931797c5a0d51087d6acfc (patch)
tree61339bb606c65039ae15f87ac5a5429332e1b70e
parent28e3c283eebaba859b9af7188738ed01263a4f90 (diff)
downloadguix-cf60b80304b4ec6070931797c5a0d51087d6acfc.tar
guix-cf60b80304b4ec6070931797c5a0d51087d6acfc.tar.gz
gnu: linux-libre 4.19: Update to 4.19.179.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.179. (linux-libre-4.19-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 ba4e160ac2..01eacc4bb6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -396,7 +396,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.4)))
-(define-public linux-libre-4.19-version "4.19.178")
+(define-public linux-libre-4.19-version "4.19.179")
(define deblob-scripts-4.19
(linux-libre-deblob-scripts
linux-libre-4.19-version
@@ -404,7 +404,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1jiaw0as1ippkrjdpd52657w5mz9qczg3y2hlra7m9k0xawwiqlf")))
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
- (hash (base32 "1vln86ksignzw3d2xk5qgc5a2vghngczfsk949dn3r5dxygvlx8b")))
+ (hash (base32 "14iy4i6xm2mva359dyrx6s1djpw7rxvnkydcbm6lnfvn7sik37a9")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))