Tobias Geerinckx-Rice
c52dfda32a
gnu: rewritefs: Update to 0.0.0-1.3a56de8.
...
* gnu/packages/file-systems.scm (rewritefs): Update to 0.0.0-1.3a56de8.
[inputs]: Upgrade fuse-2 to fuse (3).
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
924b6646f0
gnu: jmtpfs: Mark up description.
...
* gnu/packages/linux.scm (jmtpfs)[description]: Use @acronym{}.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
429296e7cc
gnu: python-llfuse: Update to 1.4.4.
...
* gnu/packages/python-xyz.scm (python-llfuse): Update to 1.4.4.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
1ea3947fa0
gnu: font-sarasa-gothic: Update to 0.41.4.
...
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.41.4.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
e01d567b98
gnu: knot: Update to 3.2.9.
...
* gnu/packages/dns.scm (knot): Update to 3.2.9.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
6d3f3aad1a
gnu: parted: Update to 3.6.
...
* gnu/packages/disk.scm (parted): Update to 3.6.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
65b89a9a52
gnu: diffoscope: Update to 246.
...
* gnu/packages/diffoscope.scm (diffoscope): Update to 246.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
0a6080cf18
gnu: python-psycopg2: Update to 2.9.6.
...
* gnu/packages/databases.scm (python-psycopg2): Update to 2.9.6.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
1895472192
gnu: postgresql@11: Update to 11.20.
...
* gnu/packages/databases.scm (postgresql-11): Update to 11.20.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
b861e2ab83
gnu: postgresql@13: Update to 13.11.
...
* gnu/packages/databases.scm (postgresql-13): Update to 13.11.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
e2f1666d0b
gnu: postgresql: Update to 15.3.
...
* gnu/packages/databases.scm (postgresql): Update to 15.3.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
ef37cff046
gnu: apfs-fuse: Update to 0.0.0-2.66b86bd.
...
* gnu/packages/file-systems.scm (apfs-fuse): Update to 0.0.0-2.66b86bd.
[arguments]: Remove anti-fuse@3 configure flag. Don't install a static
library. Don't explicitly return #t from phases.
[inputs]: Upgrade fuse-2 to fuse (3).
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
789f7e9a3d
gnu: fuse@3: Bind to default FUSE variable.
...
* gnu/packages/linux.scm (fuse): Rename this…
(fuse-2): …to this, and…
(fuse-3): …rename this…
(fuse): …to this!
(fuse-static): Rename this…
(fuse-2-static): …to this.
Adjust all users.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
a879385de1
gnu: btrfs-progs: Update to 6.3.3.
...
* gnu/packages/linux.scm (btrfs-progs): Update to 6.3.3.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
3f2acdbd31
gnu: bindfs: Update to 1.17.4.
...
* gnu/packages/file-systems.scm (bindfs): Update to 1.17.4.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
bc537f4290
gnu: bmake: Update to 20230723.
...
* gnu/packages/build-tools.scm (bmake): Update to 20230723.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
2593fccc38
gnu: fasm: Update to 1.73.31.
...
* gnu/packages/assembly.scm (fasm): Update to 1.73.31.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
2938a2013f
gnu: perl-db-file: Use G-expressions.
...
* gnu/packages/databases.scm (perl-db-file)[arguments]:
Rewrite as G-expressions, using THIS-PACKAGE-INPUT.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
c556332b74
gnu: perl-db-file: Update to 1.858.
...
* gnu/packages/databases.scm (perl-db-file): Update to 1.858.
[arguments]: Don't explicitly return #t from phases.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
8244aea182
gnu: curlftpfs: Add patches to fix bugs.
...
* gnu/packages/file-systems.scm (curlftpfs)[source]: Add patches.
* gnu/packages/patches/curlftpfs-fix-error-closing-file.patch,
gnu/packages/patches/curlftpfs-fix-file-names.patch,
gnu/packages/patches/curlftpfs-fix-memory-leak.patch,
gnu/packages/patches/curlftpfs-fix-no_verify_hostname.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
affea88cf5
gnu: bcachefs-tools: Remove obsolete phase & inputs.
...
* gnu/packages/file-systems.scm (bcachefs-tools)[inputs]:
Remove coreutils-minimal, gawk, and util-linux, needed for an old
version of the mount.bcachefs wrapper that is no longer present.
[arguments]: Remove custom #:phases. The build system no longer
explicitly builds & installs a shared library.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
edf50dec80
gnu: bcachefs-tools: Fix shell script wrappers.
...
* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]:
Add a new 'patch-shell-wrappers phase.
2023-07-23 02:00:00 +02:00
Vinicius Monego
ecdcafc007
gnu: python-msgspec: Regenerate autogenerated file.
...
* gnu/packages/serialization.scm (python-msgspec)[source]: Add a snippet to
delete autogenerated "msgspec/atof_consts.h".
[arguments]: Add new phase to regenerate that file.
2023-07-29 14:32:57 -03:00
Vinicius Monego
6b28b9a020
gnu: Add python-deepxde.
...
* gnu/packages/machine-learning.scm (python-deepxde): New variable.
2023-07-29 14:25:10 -03:00
Vinicius Monego
c03b65fc7f
gnu: mlt: Update to 7.18.0.
...
* gnu/packages/video.scm (mlt): Update to 7.18.0.
2023-07-29 14:25:03 -03:00
Vinicius Monego
02a36d939a
gnu: python-pymc: Update to 5.6.1.
...
* gnu/packages/statistics.scm (python-pymc): Update to 5.6.1.
2023-07-29 14:25:03 -03:00
Vinicius Monego
26e24d8018
gnu: python-arviz: Update to 0.16.1.
...
* gnu/packages/statistics.scm (python-arviz): Update to 0.16.1.
2023-07-29 14:25:03 -03:00
Vinicius Monego
3e8b6e51e1
gnu: python-scikit-rf: Update to 0.28.0.
...
* gnu/packages/engineering.scm (python-scikit-rf): Update to 0.28.0.
2023-07-29 14:25:03 -03:00
Vinicius Monego
335e42c7af
gnu: hypercorn: Update to 0.14.4.
...
* gnu/packages/python-web.scm (hypercorn): Update to 0.14.4.
2023-07-29 14:25:03 -03:00
Vinicius Monego
a095dfb3f0
gnu: pre-commit: Update to 3.3.3.
...
* gnu/packages/version-control.scm (pre-commit): Update to 3.3.3.
2023-07-29 14:25:03 -03:00
Vinicius Monego
746416b44a
gnu: Add python-scikit-fem.
...
* gnu/packages/python-science.scm (python-scikit-fem): New variable.
2023-07-29 14:25:03 -03:00
Maxim Cournoyer
7dd076ed33
gnu: h-client: Update URL.
...
* gnu/packages/hardware.scm (h-client) [source]: Add trailing '/' to URL.
2023-07-29 12:01:34 -04:00
Maxim Cournoyer
bcebf25561
gnu: h-client: Fix build.
...
* gnu/packages/hardware.scm (h-client) [phases]: Replace sbin/lspci by
bin/lspci in wrap-more phase.
2023-07-29 12:01:33 -04:00
Maxim Cournoyer
2c66262980
gnu: po4a: Update to 0.69.
...
* gnu/packages/gettext.scm (po4a): Update to 0.69.
2023-07-29 12:01:33 -04:00
Arun Isaac
6db0d1484e
gnu: hitch: Do not return #t from custom phases.
...
* gnu/packages/web.scm (hitch)[arguments]: Do not return #t from custom
phases.
2023-07-29 13:24:49 +01:00
Arun Isaac
5a462c0d3d
gnu: hitch: Rewrite grep command to not use perl regexps.
...
* gnu/packages/web.scm (hitch)[arguments]: Rewrite grep command in a test to
not use perl regexps.
2023-07-29 13:22:42 +01:00
Nicolas Goaziou
e43cbeafd1
guix: profiles: Delete generated files.
...
* guix/profiles.scm (texlive-font-maps): Delete generated files.
Fixes <https://issues.guix.gnu.org/64906 >.
2023-07-29 01:09:40 +02:00
Christopher Baines
3bb3fddb5c
download-nar: Improve output.
...
Report errors that occur, output the "Downloading from " line before starting
to report progress and end the output with a newline.
2023-07-28 18:08:17 +01:00
fanquake
a11107a3b2
gnu: weechat: Update to 4.0.2.
...
* gnu/packages/irc.scm (weechat): Update to 4.0.2.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-28 22:12:56 +08:00
Wojtek Kosior
cbc8143d93
gnu: libharu: Update to 2.4.3.
...
* gnu/packages/pdf.scm (libharu): Update to 2.4.3.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-28 22:11:31 +08:00
Andy Tai
b05e5030a3
gnu: openshot: Update to 3.1.1.
...
* gnu/packages/video.scm (openshot): Update to 3.1.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-28 22:08:22 +08:00
Distopico
03a817145a
gnu: direnv: Update to 2.32.3.
...
This version adds support to `guix shell`
instead of `guix environment` by default.
* gnu/packages/shellutils.scm (direnv): Update to 2.32.3.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-28 22:06:52 +08:00
Andy Tai
52dbc3d084
gnu: xnedit: Update to 1.5.0.
...
* gnu/packages/text-editors.scm (xnedit): Update to 1.5.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-28 22:05:38 +08:00
Hilton Chain
1f0c02d838
gnu: iwd: Update to 2.7.
...
* gnu/packages/networking.scm (iwd): Update to 2.7.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-28 22:01:39 +08:00
Hilton Chain
8adbfdd699
gnu: ell: Update to 0.57.
...
* gnu/packages/linux.scm (ell): Update to 0.57.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-28 22:00:20 +08:00
Hilton Chain
8874f2da2c
scripts: system: Remove duplicated "--target=TRIPLET" in help messages.
...
It's already included in (show-cross-build-options-help).
* guix/scripts/system.scm (show-help): Remove "--target=TRIPLET".
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-28 21:52:18 +08:00
667974a980
gnu: Add endgame-singularity.
...
* gnu/packages/games.scm (endgame-singularity): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-28 21:48:59 +08:00
Efraim Flashner
35c8d631d2
gnu: linux-libre-arm64-generic: Add support for ath9k wireless.
...
* gnu/packages/linux.scm (linux-libre-arm64-generic)[extra-options): Add
configuration for ath9k_htc.
2023-07-27 19:36:46 +03:00
Maxim Cournoyer
c7e45139fa
Revert "services: mpd: Add an 'update' action to trigger a database update."
...
This reverts commit e1070ee160
. Rationale: this
only works with the default 'endpoints'. The 'auto-update?' option should be
sufficient to trigger a database update automatically anyway.
2023-07-26 12:04:37 -04:00
Maxim Cournoyer
53138a393b
services: mpd: Update basic example.
...
Relates to <https://issues.guix.gnu.org/63082 >.
* doc/guix.texi (Audio Services): Do not use a deprecated user form; keep the
default one. Remove port. Specify a music-directory. Mention the importance
of permissions on the music directory.
2023-07-26 10:40:16 -04:00