summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2023-01-24 23:00:18 -0500
committerLeo Famulari <leo@famulari.name>2023-01-25 13:36:37 -0500
commit968b882f55c4d1009e62c603a860edfaee1609ad (patch)
treef718c2851a4c5abc3d13a8e24f42545170d22320
parentff513d41d312f08169e42a45ca105d23397c73ae (diff)
downloadguix-patches-968b882f55c4d1009e62c603a860edfaee1609ad.tar
guix-patches-968b882f55c4d1009e62c603a860edfaee1609ad.tar.gz
gnu: linux-libre 4.14: Update to 4.14.304.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.304. (linux-libre-4.14-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 eef866660e..c90fbf396f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -559,7 +559,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-4.19)))
-(define-public linux-libre-4.14-version "4.14.303")
+(define-public linux-libre-4.14-version "4.14.304")
(define-public linux-libre-4.14-gnu-revision "gnu1")
(define deblob-scripts-4.14
(linux-libre-deblob-scripts
@@ -569,7 +569,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "00i91lx938nqlgy63hiricqd0fnbbf26vgya9c5lb7m1f4x324im")))
(define-public linux-libre-4.14-pristine-source
(let ((version linux-libre-4.14-version)
- (hash (base32 "17pxl4fgzpz48y7nx1z8891mll64givxgch3z5an6dkr13c2xy2b")))
+ (hash (base32 "1ma9qpsx0nvi0szlivf8v5l3pjykqwrv4x6y5g0nn6bcwhsb5jv4")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.14)))