From bff07c024efb8dbe704928a04b1305abb7f0aeab Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sun, 9 Dec 2018 03:13:10 -0500 Subject: gnu: linux-libre@4.9: Update to 4.9.144. * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.144. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 12c0033196..74244de6af 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -433,8 +433,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.143" - "0vg6hs7vc09riyki8lyy73p3ghl6k9q4xfv7dals4s9q61i6b6d6" + (make-linux-libre "4.9.144" + "1jckikf1j294gr3sf43bfy3h34q3yqbqgqbj9l0px427h3n2vgkk" %intel-compatible-systems #:configuration-file kernel-config)) -- cgit v1.2.3 'switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/less.scm
AgeCommit message (Expand)Author
2022-03-02gnu: lesspipe: Update to 2.04....* gnu/packages/less.scm (lesspipe): Update to 2.04. [arguments] Use new style. <phases>{configure} Adjust to updated source. {fix-makefile} New phase. {patch-tput-and-file} rename into … {patch-command-paths} this; patch other relevant scripts. [inputs] Add perl-archive-zip. Hartmut Goebel
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-11-27gnu: lesspipe: Update to 1.91....* gnu/packages/less.scm (lesspipe): Update to 1.91. Tobias Geerinckx-Rice