mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: btrfs-progs: Update to 6.13.
* gnu/packages/linux.scm (btrfs-progs): Update to 6.13. [native-inputs]: Add python-wrapper, and python-sphinx-rtd-theme. Change-Id: I839f3f20518b632eceaf73cc8c57df7bece1dfb9 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c3b0fbb36d
commit
7cef57e2a7
1 changed files with 3 additions and 3 deletions
|
@ -6733,7 +6733,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.3.3")
|
(version "6.13")
|
||||||
(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/"
|
||||||
|
@ -6741,7 +6741,7 @@ and copy/paste text in the console and in xterm.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vmrjn3dcmka9rj5b81ag9jwprzyicx05h1ccj0x0w02fqah1qsb"))))
|
"16pffd6wf1pmdw9rgasyq2qf59y6xh764cml2c0gi5552w8z5cv5"))))
|
||||||
(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
|
||||||
|
@ -6802,7 +6802,7 @@ and copy/paste text in the console and in xterm.")
|
||||||
;; For building documentation. Since python-sphinx requires Rust, add
|
;; For building documentation. Since python-sphinx requires Rust, add
|
||||||
;; it conditionally depending on such support.
|
;; it conditionally depending on such support.
|
||||||
(if (supported-package? python-sphinx)
|
(if (supported-package? python-sphinx)
|
||||||
(list python-sphinx)
|
(list python-wrapper python-sphinx python-sphinx-rtd-theme)
|
||||||
'())
|
'())
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
acl ;for tests
|
acl ;for tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue