aboutsummaryrefslogtreecommitdiff
path: root/build-aux/convert-xref.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2024-10-06 14:14:16 -0400
committerLeo Famulari <leo@famulari.name>2024-10-11 00:51:12 -0400
commit3a56a440946b79f00bd3714f912480a6a454531a (patch)
tree9c0cbc4ad9bf2d6a7aeb1cabda0a1539d72ee428 /build-aux/convert-xref.scm
parent701bced65e578cb97743c24e7744ee0862ef252d (diff)
downloadguix-3a56a440946b79f00bd3714f912480a6a454531a.tar.gz
guix-3a56a440946b79f00bd3714f912480a6a454531a.zip
gnu: linux-libre: Update to 6.10.13.
* gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.13. (linux-libre-6.10-pristine-source): Update hash. Change-Id: I2776cf025bf293be32f9012b2d99e44c7d41a1c5
Diffstat (limited to 'build-aux/convert-xref.scm')
0 files changed, 0 insertions, 0 deletions
>* gnu/packages/file-systems.scm (bcachefs-tools): Rename this… (bcachefs-tools-minimal): …to this. [name]: Rename accordingly. (bcachefs-tools): New public variable, inheriting bcachefs-tools-minimal. (bcachefs-tools/static): Inherit the -minimal variant instead. Change-Id: I203fd4bd642d68435edde355c3a2ff4d44fd5743 Tobias Geerinckx-Rice 2024-09-08gnu: bcachefs-tools: Update to 1.11.0....* gnu/packages/crates-io.scm (rust-rustix-for-bcachefs-tools): New public variable. * gnu/packages/file-systems.scm (bcachefs-tools-rust-target) (bcachefs-tools-target/release, bcachefs-tools-cargo-args) (bcachefs-tools-make-flags, bcachefs-tools-make-install-flags): New variables. (bcachefs-tools): Update to 1.11.0. [build-system]: Switch to Cargo. [arguments]: Remove #:make-flags. Add Cargo keywords. Run the test suite with upstream defaults. Delete 'promote-mount.bcachefs.sh phase. [native-inputs]: Remove python, python-docutils, python-pytest, and valgrind. [inputs]: Remove bash-minimal, coreutils-minimal, gawk, and util-linux. Add clang. (bcachefs-tools/static): Modify #:phases instead of #:make-flags, and adjust accordingly. Change-Id: I872f5dea88b75f855f3cdcbffbbd9c70d7ebe8d6 Tobias Geerinckx-Rice 2024-09-01gnu: exfatprogs: Run tests....* gnu/packages/file-systems.scm (exfatprogs)[arguments]: Use G-Expressions. Customise 'check phase to run the tests. Change-Id: I645444eb1b70bb71666ce6fe905e0229007f5a54 Tobias Geerinckx-Rice 2024-09-01gnu: exfatprogs: Update to 1.2.5....* gnu/packages/file-systems.scm (exfatprogs): Update to 1.2.5. Change-Id: I615bc5b04f63c52573c69efac6c7bdb9713ba89e Tobias Geerinckx-Rice 2024-09-01gnu: nilfs-utils: Update to 2.2.11....* gnu/packages/file-systems.scm (nilfs-utils): Update to 2.2.11. Change-Id: I332ae7293da1a2d58d76324746c6b735d190ed4e Tobias Geerinckx-Rice 2024-09-01gnu: bcachefs-tools: Tweak description....* gnu/packages/file-systems.scm (bcachefs-tools)[description]: Increase accuracy. Change-Id: I98eba45592396dbe517e27125561ff6b34d7d7d4 Tobias Geerinckx-Rice 2024-09-01gnu: bcachefs-static: Don't rely on input labels....* gnu/packages/file-systems.scm (bcachefs/static)[arguments]: Substitute SEARCH-INPUT-FILE for THIS-PACKAGE-INPUT. Change-Id: I5ee816c2380b291a3f968139d33a40755c715ad3 Tobias Geerinckx-Rice 2024-09-01gnu: bcachefs-static: Consistently inherit bcachefs-tools/static....* gnu/packages/file-systems.scm (bcachefs/static)[version, home-page, license]: Inherit bcachefs-tools/static. Change-Id: Idc3b3e3538876b55dc9e27912c976f5d03cc95cb Tobias Geerinckx-Rice 2024-09-01gnu: bcachefs-static: Remove vestigial module imports....* gnu/packages/file-systems.scm (bcachefs/static)[arguments]: Don't USE-MODULES we don't use. Change-Id: I93d763d39d752c974e5b1aa4295f243d70c0e6e9 Tobias Geerinckx-Rice 2024-09-09gnu: zfs: Update to 2.2.6....* gnu/packages/file-systems.scm (zfs): Update to 2.2.6. Change-Id: I728eb14ce11a081edf75d027ecc923d42b0855de Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Zheng Junjie 2024-08-31gnu: file-systems: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/file-systems.scm (bcachefs-tools)[inputs]: Add 'bash-minimal'. (xfstools)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ifc5a0af2e1fb02947e845aca73f513eef2de907b Maxime Devos 2024-08-11gnu: zfs: Update to 2.2.5....* gnu/packages/file-systems.scm (zfs): Update to 2.2.5. Change-Id: I0988bc7e277e45423dbdebef15378385c1f05769 Signed-off-by: Christopher Baines <mail@cbaines.net> Ashish SHUKLA 2024-07-15gnu: packages/golang: Set default go version to 1.21....Golang versions 1.17 (02 Aug 2022), 1.18 (01 Feb 2023), 1.19 (06 Sep 2023) and 1.20 (06 Feb 2024) are EOL <https://endoflife.date/go>. These changes set preferable default version to the minimal currently maintained one e.g. 1.21 * gnu/packages/golang.scm (go): Set default to go-1.21, add annotation for the future maintenance. Remove field <#:go> setting Golang version to go-1.18, go-1.19, 1.20 and 1.21: * gnu/packages/admin.scm * gnu/packages/configuration-management.scm * gnu/packages/databases.scm * gnu/packages/disk.scm * gnu/packages/education.scm * gnu/packages/file-systems.scm * gnu/packages/finance.scm * gnu/packages/golang-check.scm * gnu/packages/golang-crypto.scm * gnu/packages/golang-web.scm * gnu/packages/golang-xyz.scm * gnu/packages/golang.scm * gnu/packages/high-availability.scm * gnu/packages/ipfs.scm * gnu/packages/irc.scm * gnu/packages/messaging.scm * gnu/packages/networking.scm * gnu/packages/syncthing.scm * gnu/packages/textutils.scm * gnu/packages/time.scm * gnu/packages/version-control.scm * gnu/packages/video.scm Change-Id: Ieba6a5d7a18423f838d14c02ad55a2ba9c8559eb Sharlatan Hellseher