3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: linux-libre@4.4: Update to 4.4.197.

* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.197.
(linux-libre-4.4-pristine-source): Update hash.
This commit is contained in:
Mark H Weaver 2019-10-18 07:46:55 -04:00
parent 6c16f1a5b3
commit 6f11d1b54e
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -397,10 +397,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-4.9)))
(define-public linux-libre-4.4-version "4.4.196")
(define-public linux-libre-4.4-version "4.4.197")
(define-public linux-libre-4.4-pristine-source
(let ((version linux-libre-4.4-version)
(hash (base32 "0vd7fra22ky4sqp6vamracp5xd4900md5vdx0n4i6dhkf03kz7hn")))
(hash (base32 "0ypfl1q1bdbk81hk0bm8a0grqzz4z5rp7z7asa3191ji3r8q9x4w")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.4)))