1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 23:35:54 +02:00

gnu: linux-libre 5.4: Update to 5.4.176.

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.176.
(linux-libre-5.4-pristine-source): Update hash.
This commit is contained in:
Leo Famulari
2022-02-02 12:19:17 -05:00
parent 2585dd2e93
commit 97d97d7da1
+2 -2
View File
@@ -405,7 +405,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.10)))
(define-public linux-libre-5.4-version "5.4.175")
(define-public linux-libre-5.4-version "5.4.176")
(define-public linux-libre-5.4-gnu-revision "gnu1")
(define deblob-scripts-5.4
(linux-libre-deblob-scripts
@@ -415,7 +415,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1mp9d0b7mqw7cl65k0a18265cvn4qwcpnvna8r6n5m3y4pz3rik9")))
(define-public linux-libre-5.4-pristine-source
(let ((version linux-libre-5.4-version)
(hash (base32 "0h2838jrw69xv1mg1qj0n8qx6g8n48iv8yna633xd20lzggip45c")))
(hash (base32 "0h67d34n8cwq60rv8nw0a7n9mkihs0cg0b5zl6ihfyjflqj0jq6r")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.4)))