gnu: linux-libre 4.4: Update to 4.4.269.
authorLeo Famulari <leo@famulari.name>
Mon, 24 May 2021 16:19:17 +0000 (12:19 -0400)
committerLeo Famulari <leo@famulari.name>
Mon, 24 May 2021 17:51:49 +0000 (13:51 -0400)
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.269.
(linux-libre-4.4-pristine-source): Update hash.
(deblob-scripts-4.4): Update hash.

gnu/packages/linux.scm

index 26485c1..affc306 100644 (file)
@@ -437,15 +437,15 @@ 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.268")
+(define-public linux-libre-4.4-version "4.4.269")
 (define deblob-scripts-4.4
   (linux-libre-deblob-scripts
    linux-libre-4.4-version
-   (base32 "0x2j1i88am54ih2mk7gyl79g25l9zz4r08xhl482l3fvjj2irwbw")
+   (base32 "1lid4k7g947yi3hcjj0lz0fnssawbph3jsy67vrv57l5imrhv3zs")
    (base32 "0hhin1jpfkd6nwrb6xqxjzl3hdxy4pn8a15hy2d3d83yw6pflbsf")))
 (define-public linux-libre-4.4-pristine-source
   (let ((version linux-libre-4.4-version)
-        (hash (base32 "1srk08kaxq5jjlqx804cgjffhcsrdkv3idh8ipagl6v2w4kas5v8")))
+        (hash (base32 "0qx5zwi2ijwv9jwhs4cz91z7yxy6nd0g8ryzrlg1ar2xyk8w4yh4")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.4)))