aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-09-15 12:49:28 -0400
committerLeo Famulari <leo@famulari.name>2021-09-15 15:12:49 -0400
commit105f023c00fa832825083eedbd4eb40d057ab132 (patch)
treee7b5219eb191d20d0f753133fc2a1b762ab21d20
parent95992bded32c8a93940f20b2776f7faf84064752 (diff)
downloadguix-105f023c00fa832825083eedbd4eb40d057ab132.tar
guix-105f023c00fa832825083eedbd4eb40d057ab132.tar.gz
gnu: linux-libre: Update to 5.13.17.
* gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.17. (linux-libre-5.13-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 cf7a2c3fbb..b97efbdbff 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -372,7 +372,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.14)))
-(define-public linux-libre-5.13-version "5.13.16")
+(define-public linux-libre-5.13-version "5.13.17")
(define-public linux-libre-5.13-gnu-revision "gnu1")
(define deblob-scripts-5.13
(linux-libre-deblob-scripts
@@ -382,7 +382,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1a0k9i8gnzkyvfr80f8xw2fnxfwddhz1pzicz9fh0y3jzzkzk45p")))
(define-public linux-libre-5.13-pristine-source
(let ((version linux-libre-5.13-version)
- (hash (base32 "1ljigvcg4q6ckr8kna3q5iyjsy7x5mrf1ycqfy0ibbhn9hbqjna9")))
+ (hash (base32 "06qa3c8wx87l4mh9h8gjcra5k5l6bcirs59s7baxdfjkxlihvrsa")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.13)))