mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-10 08:30:39 +02:00
gnu: linux-libre: Update to 6.15.
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision, linux-libre-pristine-source, linux-libre-source, linux-libre): Use linux-libre 6.15. (btrfs-progs): Update to 6.15. Change-Id: I304f2cd493c8a34b43b926257a8738c6cc59d3e0
This commit is contained in:
parent
94eb1e7398
commit
c1f5b3c05a
1 changed files with 7 additions and 7 deletions
|
@ -1195,11 +1195,11 @@ Linux kernel. It has been modified to remove all non-free binary blobs.")
|
||||||
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
|
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
|
||||||
#:configuration-file kernel-config))
|
#:configuration-file kernel-config))
|
||||||
|
|
||||||
(define-public linux-libre-version linux-libre-6.14-version)
|
(define-public linux-libre-version linux-libre-6.15-version)
|
||||||
(define-public linux-libre-gnu-revision linux-libre-6.14-gnu-revision)
|
(define-public linux-libre-gnu-revision linux-libre-6.15-gnu-revision)
|
||||||
(define-public linux-libre-pristine-source linux-libre-6.14-pristine-source)
|
(define-public linux-libre-pristine-source linux-libre-6.15-pristine-source)
|
||||||
(define-public linux-libre-source linux-libre-6.14-source)
|
(define-public linux-libre-source linux-libre-6.15-source)
|
||||||
(define-public linux-libre linux-libre-6.14)
|
(define-public linux-libre linux-libre-6.15)
|
||||||
|
|
||||||
(define-public linux-libre-6.12
|
(define-public linux-libre-6.12
|
||||||
(make-linux-libre* linux-libre-6.12-version
|
(make-linux-libre* linux-libre-6.12-version
|
||||||
|
@ -6864,7 +6864,7 @@ and copy/paste text in the console and in xterm.")
|
||||||
(define-public btrfs-progs
|
(define-public btrfs-progs
|
||||||
(package
|
(package
|
||||||
(name "btrfs-progs")
|
(name "btrfs-progs")
|
||||||
(version "6.14")
|
(version "6.15")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kernel.org/linux/kernel/"
|
(uri (string-append "mirror://kernel.org/linux/kernel/"
|
||||||
|
@ -6872,7 +6872,7 @@ and copy/paste text in the console and in xterm.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"189xgsgdzqqcwm7k1ga33cj107md07w630xd88f2jvmkzh2bhnnz"))))
|
"1fvlyv78g65y6dv2vrgp1rj7ikkqav8cmwgchf6xi7qrsa6l5njp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "static")) ;static versions of the binaries in "out"
|
(outputs '("out" "static")) ;static versions of the binaries in "out"
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue