diff options
| author | John Kehayias <john.kehayias@protonmail.com> | 2022-09-01 13:51:59 -0400 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2022-09-01 13:51:59 -0400 |
| commit | f373a7c30b15f6da30db22a37401fd39b7f91957 (patch) | |
| tree | 93fb962e4249a3b3444ecdbc605d431bdb28ce24 | |
| parent | 8ee3305d8700ceb7f5eb403a18a9efa4427b80ff (diff) | |
nongnu: Remove linux-arm64-generic@5.18. Add linux-arm64-generic@5.19.
* nongnu/packages/linux.scm (linux-arm64-generic-5.18): Remove variable.
(linux-arm64-generic-5.19): New variable.
(linux-arm64-generic): Set to linux-arm64-linux-5.19.
| -rw-r--r-- | nongnu/packages/linux.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index b10b2f6..e89f711 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm | |||
| @@ -101,9 +101,9 @@ System on hardware which requires nonfree software to function."))) | |||
| 101 | ;; linux-lts points to the *newest* released long-term support version. | 101 | ;; linux-lts points to the *newest* released long-term support version. |
| 102 | (define-public linux-lts linux-5.15) | 102 | (define-public linux-lts linux-5.15) |
| 103 | 103 | ||
| 104 | (define-public linux-arm64-generic-5.18 | 104 | (define-public linux-arm64-generic-5.19 |
| 105 | (corrupt-linux linux-libre-arm64-generic "5.18.19" | 105 | (corrupt-linux linux-libre-arm64-generic "5.19.5" |
| 106 | "1mc8zhiw0v7fka64mydpdrxkrvy0jyqggq5lghw3pyqj2wjrpw6z" | 106 | "1g9p4m9w9y0y1gk6vzqvsxzwqspbm10mmhd8n1mhal1yz721qgwc" |
| 107 | #:name "linux-arm64-generic")) | 107 | #:name "linux-arm64-generic")) |
| 108 | 108 | ||
| 109 | (define-public linux-arm64-generic-5.15 | 109 | (define-public linux-arm64-generic-5.15 |
| @@ -111,7 +111,7 @@ System on hardware which requires nonfree software to function."))) | |||
| 111 | "0hbkxgadz0vcslni4r46yc202wcnxblcfvkcph1017b2b8gcvlvd" | 111 | "0hbkxgadz0vcslni4r46yc202wcnxblcfvkcph1017b2b8gcvlvd" |
| 112 | #:name "linux-arm64-generic")) | 112 | #:name "linux-arm64-generic")) |
| 113 | 113 | ||
| 114 | (define-public linux-arm64-generic linux-arm64-generic-5.18) | 114 | (define-public linux-arm64-generic linux-arm64-generic-5.19) |
| 115 | 115 | ||
| 116 | (define-public linux-arm64-generic-lts linux-arm64-generic-5.15) | 116 | (define-public linux-arm64-generic-lts linux-arm64-generic-5.15) |
| 117 | 117 | ||
