aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2023-07-23gnu: lxcfs: Update to 5.0.4....* gnu/packages/virtualization.scm (lxcfs): Update to 5.0.4. [build-system]: Switch to Meson. [arguments]: Remove old value. Install System V init scripts. [native-inputs]: Remove autoconf, automake, and libtool. Add help2man, python, and python-jinja2. [inputs]: Upgrade fuse-2 to fuse (3). Tobias Geerinckx-Rice
2023-07-23gnu: lxcfs: Use G-expressions....* gnu/packages/virtualization.scm (lxcfs)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2023-07-23gnu: lxcfs: Fix build....* gnu/packages/virtualization.scm (lxcfs)[arguments]: Replace the default 'bootstrap phase. Tobias Geerinckx-Rice
2023-07-23gnu: rewritefs: Use G-expressions....* gnu/packages/file-systems.scm (rewritefs)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2023-07-23gnu: 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). Tobias Geerinckx-Rice
2023-07-23gnu: jmtpfs: Mark up description....* gnu/packages/linux.scm (jmtpfs)[description]: Use @acronym{}. Tobias Geerinckx-Rice
2023-07-23gnu: python-llfuse: Update to 1.4.4....* gnu/packages/python-xyz.scm (python-llfuse): Update to 1.4.4. Tobias Geerinckx-Rice
2023-07-23gnu: font-sarasa-gothic: Update to 0.41.4....* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.41.4. Tobias Geerinckx-Rice
2023-07-23gnu: knot: Update to 3.2.9....* gnu/packages/dns.scm (knot): Update to 3.2.9. Tobias Geerinckx-Rice
2023-07-23gnu: parted: Update to 3.6....* gnu/packages/disk.scm (parted): Update to 3.6. Tobias Geerinckx-Rice
2023-07-23gnu: diffoscope: Update to 246....* gnu/packages/diffoscope.scm (diffoscope): Update to 246. Tobias Geerinckx-Rice
2023-07-23gnu: python-psycopg2: Update to 2.9.6....* gnu/packages/databases.scm (python-psycopg2): Update to 2.9.6. Tobias Geerinckx-Rice
2023-07-23gnu: postgresql@11: Update to 11.20....* gnu/packages/databases.scm (postgresql-11): Update to 11.20. Tobias Geerinckx-Rice
2023-07-23gnu: postgresql@13: Update to 13.11....* gnu/packages/databases.scm (postgresql-13): Update to 13.11. Tobias Geerinckx-Rice
2023-07-23gnu: postgresql: Update to 15.3....* gnu/packages/databases.scm (postgresql): Update to 15.3. Tobias Geerinckx-Rice
2023-07-23gnu: 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). Tobias Geerinckx-Rice
2023-07-23gnu: 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. Tobias Geerinckx-Rice
2023-07-23gnu: btrfs-progs: Update to 6.3.3....* gnu/packages/linux.scm (btrfs-progs): Update to 6.3.3. Tobias Geerinckx-Rice
2023-07-23gnu: bindfs: Update to 1.17.4....* gnu/packages/file-systems.scm (bindfs): Update to 1.17.4. Tobias Geerinckx-Rice
2023-07-23gnu: bmake: Update to 20230723....* gnu/packages/build-tools.scm (bmake): Update to 20230723. Tobias Geerinckx-Rice
2023-07-23gnu: fasm: Update to 1.73.31....* gnu/packages/assembly.scm (fasm): Update to 1.73.31. Tobias Geerinckx-Rice
2023-07-23gnu: perl-db-file: Use G-expressions....* gnu/packages/databases.scm (perl-db-file)[arguments]: Rewrite as G-expressions, using THIS-PACKAGE-INPUT. Tobias Geerinckx-Rice
2023-07-23gnu: 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. Tobias Geerinckx-Rice
2023-07-23gnu: 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. Tobias Geerinckx-Rice
2023-07-23gnu: 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. Tobias Geerinckx-Rice
2023-07-23gnu: bcachefs-tools: Fix shell script wrappers....* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Add a new 'patch-shell-wrappers phase. Tobias Geerinckx-Rice
2023-07-29gnu: 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. Vinicius Monego
2023-07-29gnu: Add python-deepxde....* gnu/packages/machine-learning.scm (python-deepxde): New variable. Vinicius Monego
2023-07-29gnu: mlt: Update to 7.18.0....* gnu/packages/video.scm (mlt): Update to 7.18.0. Vinicius Monego
2023-07-29gnu: python-pymc: Update to 5.6.1....* gnu/packages/statistics.scm (python-pymc): Update to 5.6.1. Vinicius Monego
2023-07-29gnu: python-arviz: Update to 0.16.1....* gnu/packages/statistics.scm (python-arviz): Update to 0.16.1. Vinicius Monego
2023-07-29gnu: python-scikit-rf: Update to 0.28.0....* gnu/packages/engineering.scm (python-scikit-rf): Update to 0.28.0. Vinicius Monego
2023-07-29gnu: hypercorn: Update to 0.14.4....* gnu/packages/python-web.scm (hypercorn): Update to 0.14.4. Vinicius Monego
2023-07-29gnu: pre-commit: Update to 3.3.3....* gnu/packages/version-control.scm (pre-commit): Update to 3.3.3. Vinicius Monego
2023-07-29gnu: Add python-scikit-fem....* gnu/packages/python-science.scm (python-scikit-fem): New variable. Vinicius Monego
2023-07-29gnu: h-client: Update URL....* gnu/packages/hardware.scm (h-client) [source]: Add trailing '/' to URL. Maxim Cournoyer
2023-07-29gnu: h-client: Fix build....* gnu/packages/hardware.scm (h-client) [phases]: Replace sbin/lspci by bin/lspci in wrap-more phase. Maxim Cournoyer
2023-07-29gnu: po4a: Update to 0.69....* gnu/packages/gettext.scm (po4a): Update to 0.69. Maxim Cournoyer
2023-07-29gnu: hitch: Do not return #t from custom phases....* gnu/packages/web.scm (hitch)[arguments]: Do not return #t from custom phases. Arun Isaac
2023-07-29gnu: 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. Arun Isaac
2023-07-28gnu: weechat: Update to 4.0.2....* gnu/packages/irc.scm (weechat): Update to 4.0.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> fanquake
2023-07-28gnu: libharu: Update to 2.4.3....* gnu/packages/pdf.scm (libharu): Update to 2.4.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Wojtek Kosior
2023-07-28gnu: openshot: Update to 3.1.1....* gnu/packages/video.scm (openshot): Update to 3.1.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Andy Tai
2023-07-28gnu: 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> Distopico
2023-07-28gnu: xnedit: Update to 1.5.0....* gnu/packages/text-editors.scm (xnedit): Update to 1.5.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Andy Tai
2023-07-28gnu: iwd: Update to 2.7....* gnu/packages/networking.scm (iwd): Update to 2.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Hilton Chain
2023-07-28gnu: ell: Update to 0.57....* gnu/packages/linux.scm (ell): Update to 0.57. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Hilton Chain
2023-07-28gnu: Add endgame-singularity....* gnu/packages/games.scm (endgame-singularity): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> TakeV
2023-07-27gnu: linux-libre-arm64-generic: Add support for ath9k wireless....* gnu/packages/linux.scm (linux-libre-arm64-generic)[extra-options): Add configuration for ath9k_htc. Efraim Flashner
2023-07-26Revert "services: mpd: Add an 'update' action to trigger a database update."...This reverts commit e1070ee16036f6dfb84c44aea4119e4db770356b. Rationale: this only works with the default 'endpoints'. The 'auto-update?' option should be sufficient to trigger a database update automatically anyway. Maxim Cournoyer