jackhill/guix/guix.git
20 months agografts: Move '%graft?' and related bindings to (guix store).
Ludovic Courtès [Fri, 14 Oct 2022 19:51:18 +0000 (21:51 +0200)]
grafts: Move '%graft?' and related bindings to (guix store).

The goal is to allow (guix grafts) to use (guix gexp) without
introducing a cycle between these two modules.

* guix/grafts.scm (%graft?, call-without-grafting, without-grafting)
(set-grafting, grafting?): Move to...
* guix/store.scm: ... here.

20 months agobuild-system/python: Disable grafts.
Ludovic Courtès [Sun, 16 Oct 2022 19:39:31 +0000 (21:39 +0200)]
build-system/python: Disable grafts.

This is consistent with what 'gnu-build' does and makes sure origins
aren't getting lowered with #:graft? #t in one case and not in the
other.

This is a followup to df46bef48eaa43c502fa9193371692c039b460c1 and
dada5e86ed58c1869e30678c4d69582b1528ed6c.

* guix/build-system/python.scm (python-build): Pass #:graft? #f.

20 months agotests: 'guix build --with-commit' output no longer refers to the tag ID.
Ludovic Courtès [Fri, 21 Oct 2022 23:41:05 +0000 (01:41 +0200)]
tests: 'guix build --with-commit' output no longer refers to the tag ID.

This is a followup to 46f7011591601b4783b2dc2c7252c41564ca0140.

* tests/guix-build-branch.sh: Replace tag ID by commit ID.

20 months agognu: libfs: Update to 1.0.9.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:00 +0000 (02:00 +0200)]
gnu: libfs: Update to 1.0.9.

* gnu/packages/xorg.scm (libfs): Update to 1.0.9.

20 months agognu: dmenu: Update to 5.2.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:00 +0000 (02:00 +0200)]
gnu: dmenu: Update to 5.2.

* gnu/packages/suckless.scm (dmenu): Update to 5.2.

20 months agognu: cloc: Update to 1.94.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
gnu: cloc: Update to 1.94.

* gnu/packages/code.scm (cloc): Update to 1.94.

20 months agognu: console-setup: Update to 1.210.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:00 +0000 (02:00 +0200)]
gnu: console-setup: Update to 1.210.

* gnu/packages/xorg.scm (console-setup): Update to 1.210.

20 months agognu: ccache: Update to 4.6.3.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
gnu: ccache: Update to 4.6.3.

* gnu/packages/ccache.scm (ccache): Update to 4.6.3.

20 months agognu: headsetcontrol: Update to 2.6.1.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
gnu: headsetcontrol: Update to 2.6.1.

* gnu/packages/hardware.scm (headsetcontrol): Update to 2.6.1.

20 months agognu: diffoscope: Update to 224.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:02 +0000 (02:00 +0200)]
gnu: diffoscope: Update to 224.

* gnu/packages/diffoscope.scm (diffoscope): Update to 224.
* gnu/packages/patches/diffoscope-fix-llvm-test.patch:
Adjust accordingly.

20 months agoguix-install.sh: Cosmetically tweak non-interactive output.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:00 +0000 (02:00 +0200)]
guix-install.sh: Cosmetically tweak non-interactive output.

Avoid printing

  Press return to continue...[1666352494.051]: Starting installation…
  [1666352648.869]: …

when the return itself wasn't echoed on the console.

* etc/guix-install.sh (welcome): Add a carriage return to the prompt,
so that the next line of output may overwrite it.

20 months agoguix-install.sh: Warn if we suspect dodgy automation.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:00 +0000 (02:00 +0200)]
guix-install.sh: Warn if we suspect dodgy automation.

This doesn't affect the installation (yet), but reserves the right to
default to safe values other than ‘y’ in future.

* etc/guix-install.sh (welcome): Warn if the ‘return’ wasn't.

20 months agoguix-install.sh: Treat all uncaught errors as fatal.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
guix-install.sh: Treat all uncaught errors as fatal.

* etc/guix-install.sh: Set -o pipefail.

20 months agoguix-install.sh: Suggest what to do if fetching OpenPGP key(s) fails.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:04 +0000 (02:00 +0200)]
guix-install.sh: Suggest what to do if fetching OpenPGP key(s) fails.

* etc/guix-install.sh (chk_gpg_keyring): Report an _err and set the
exit_flag if wget | gpg --import fails.

20 months agoguix-install.sh: Time out fetching OpenPGP keys.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:03 +0000 (02:00 +0200)]
guix-install.sh: Time out fetching OpenPGP keys.

The default 900s provide no useful backstop in interactive use.

* etc/guix-install.sh (chk_gpg_keyring): Add a 30s wget --timeout.

20 months agognu: lldpd: Update to 1.0.15.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
gnu: lldpd: Update to 1.0.15.

* gnu/packages/networking.scm (lldpd): Update to 1.0.15.

20 months agognu: imapfilter: Use G-expressions.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
gnu: imapfilter: Use G-expressions.

* gnu/packages/mail.scm (imapfilter)[arguments]:
Rewrite as G-expressions.

20 months agognu: imapfilter: Update to 2.7.6.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:02 +0000 (02:00 +0200)]
gnu: imapfilter: Update to 2.7.6.

* gnu/packages/mail.scm (imapfilter): Update to 2.7.6.

20 months agognu: mpop: Update to 1.4.17.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
gnu: mpop: Update to 1.4.17.

* gnu/packages/mail.scm (mpop): Update to 1.4.17.

20 months agognu: dnsmasq: Update to 2.87.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
gnu: dnsmasq: Update to 2.87.

* gnu/packages/dns.scm (dnsmasq): Update to 2.87.

20 months agognu: maradns: Update to 3.5.0022.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:03 +0000 (02:00 +0200)]
gnu: maradns: Update to 3.5.0022.

* gnu/packages/dns.scm (maradns): Update to 3.5.0022.

20 months agognu: dosbox-staging: Update to 0.79.1.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:04 +0000 (02:00 +0200)]
gnu: dosbox-staging: Update to 0.79.1.

* gnu/packages/emulators.scm (dosbox-staging): Update to 0.79.1.
[arguments]: Delete a problematic file in the 'fix-includes phase.
[inputs]: Add iir & speexdsp.

20 months agognu: dosbox-staging: Remove input labels.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:02 +0000 (02:00 +0200)]
gnu: dosbox-staging: Remove input labels.

* gnu/packages/emulators.scm (dosbox-staging)[inputs]:
Remove input labels.

20 months agognu: Add iir.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
gnu: Add iir.

* gnu/packages/audio.scm (iir): New public variable.

20 months agognu: audacious: Update to 4.2.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:03 +0000 (02:00 +0200)]
gnu: audacious: Update to 4.2.

* gnu/packages/music.scm (audacious): Update to 4.2.
[arguments]: Don't explicitly return #t from phases.

20 months agognu: pd: Use G-expressions.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:00 +0000 (02:00 +0200)]
gnu: pd: Use G-expressions.

* gnu/packages/music.scm (pd)[arguments]: Rewrite as G-expressions,
and use SEARCH-INPUT-FILE.

20 months agognu: pd: Remove input labels.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:00 +0000 (02:00 +0200)]
gnu: pd: Remove input labels.

* gnu/packages/music.scm (pd)[native-inputs]:
Remove input labels.

20 months agognu: pd: Remove trailing #t from phases.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:00 +0000 (02:00 +0200)]
gnu: pd: Remove trailing #t from phases.

* gnu/packages/music.scm (pd)[arguments]: Don't explicitly return #t from phases.

20 months agognu: pd: Update to 0.52-2.
Sughosha via Guix-patches via [Fri, 21 Oct 2022 11:40:09 +0000 (11:40 +0000)]
gnu: pd: Update to 0.52-2.

* gnu/packages/music.scm (pd): Update to 0.52-2.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
20 months agognu: hdparm: Update to 9.65.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:00 +0000 (02:00 +0200)]
gnu: hdparm: Update to 9.65.

* gnu/packages/linux.scm (hdparm): Update to 9.65.

20 months agognu: acpid: Update to 2.0.34.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:03 +0000 (02:00 +0200)]
gnu: acpid: Update to 2.0.34.

* gnu/packages/linux.scm (acpid): Update to 2.0.34.

20 months agognu: numactl: Update to 2.0.16.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
gnu: numactl: Update to 2.0.16.

* gnu/packages/linux.scm (numactl): Update to 2.0.16.

20 months agognu: criu: Update to 3.17.1.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
gnu: criu: Update to 3.17.1.

* gnu/packages/virtualization.scm (criu): Update to 3.17.1.

20 months agognu: jitterentropy-rngd: Use G-expressions.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:02 +0000 (02:00 +0200)]
gnu: jitterentropy-rngd: Use G-expressions.

* gnu/packages/linux.scm (jitterentropy-rngd)[arguments]:
Rewrite as G-expressions.

20 months agognu: jitterentropy-rngd: Update to 1.2.8.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:03 +0000 (02:00 +0200)]
gnu: jitterentropy-rngd: Update to 1.2.8.

* gnu/packages/linux.scm (jitterentropy-rngd): Update to 1.2.8.

20 months agognu: audit: Update to 3.0.9.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
gnu: audit: Update to 3.0.9.

* gnu/packages/admin.scm (audit): Update to 3.0.9.

20 months agognu: guix-build-coordinator: Update to 0-66.a410ff4.
Christopher Baines [Fri, 21 Oct 2022 16:27:38 +0000 (17:27 +0100)]
gnu: guix-build-coordinator: Update to 0-66.a410ff4.

* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-66.a410ff4.

20 months agognu: Add shrinkwrap.
Hilton Chain [Thu, 20 Oct 2022 16:20:52 +0000 (00:20 +0800)]
gnu: Add shrinkwrap.

* gnu/packages/python-xyz.scm (shrinkwrap): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
20 months agognu: python-lief: Update to 0.12.2.
Hilton Chain [Thu, 20 Oct 2022 16:18:53 +0000 (00:18 +0800)]
gnu: python-lief: Update to 0.12.2.

* gnu/packages/python-xyz.scm (python-lief): Update to 0.12.2.

Signed-off-by: Christopher Baines <mail@cbaines.net>
20 months agognu: Add grap.
EuAndreh [Tue, 18 Oct 2022 12:30:20 +0000 (09:30 -0300)]
gnu: Add grap.

* gnu/packages/groff.scm (grap): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
20 months agognu: icedove: Update to 102.4.0.
Jonathan Brielmaier [Fri, 21 Oct 2022 11:27:56 +0000 (13:27 +0200)]
gnu: icedove: Update to 102.4.0.

* gnu/packages/gnuzilla.scm (%icedove-build-id, %icedove-version) Update to 102.4.0.

20 months agognu: icedove: Simplify native inputs.
Jonathan Brielmaier [Fri, 21 Oct 2022 10:11:26 +0000 (12:11 +0200)]
gnu: icedove: Simplify native inputs.

Moving the thunderbird-source out of native-inputs makes the transition
to simplified inputs easier (at least for me).

* gnu/packages/gnuzilla.scm (%icedove-version, thunderbird-source): New
variables. Move out of the package definition.
(icedove)[arguments]: Adapt 'prepare-thunderbird-sources phase to gexp.
[native-inputs]: Simplify and remove thunderbird-source.

20 months agognu: emacs-org-cliplink: Improve a phase.
Nicolas Goaziou [Fri, 21 Oct 2022 08:10:46 +0000 (10:10 +0200)]
gnu: emacs-org-cliplink: Improve a phase.

* gnu/packages/emacs-xyz.scm (emacs-org-cliplink)[arguments]<#:phases>: Fix
phase name.  Clarify substitution done in the phase.

20 months agognu: Add emacs-org-cliplink.
jgart [Tue, 18 Oct 2022 23:57:24 +0000 (18:57 -0500)]
gnu: Add emacs-org-cliplink.

* gnu/packages/emacs-xyz.scm (emacs-org-cliplink): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
20 months agognu: Add emacs-purs-mode.
jgart [Fri, 21 Oct 2022 05:33:56 +0000 (00:33 -0500)]
gnu: Add emacs-purs-mode.

* gnu/packages/emacs-xyz.scm (emacs-purs-mode): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
20 months agognu: emacs-pyim: Update to 5.2.6.
Nicolas Goaziou [Fri, 21 Oct 2022 07:42:33 +0000 (09:42 +0200)]
gnu: emacs-pyim: Update to 5.2.6.

* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.6.

20 months agognu: emacs-auctex: Update to 13.1.5.
Nicolas Goaziou [Fri, 21 Oct 2022 07:42:23 +0000 (09:42 +0200)]
gnu: emacs-auctex: Update to 13.1.5.

* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.5.

20 months agolint: source: Handle <svn-multi-reference> origins.
Ludovic Courtès [Thu, 20 Oct 2022 20:22:31 +0000 (22:22 +0200)]
lint: source: Handle <svn-multi-reference> origins.

This is a followup to 2383e145185efb2e6f99931707ec93d65d166432.

* guix/lint.scm (svn-reference-uri-with-userinfo): Accept REF being
an <svn-multi-reference> record.
(check-source): Handle 'svn-multi-reference?' origins like
'svn-reference?' origins.

20 months agofile-systems: Support the 'no-diratime' mount flag.
Ludovic Courtès [Thu, 20 Oct 2022 19:20:36 +0000 (21:20 +0200)]
file-systems: Support the 'no-diratime' mount flag.

* gnu/build/file-systems.scm (mount-flags->bit-mask): Handle 'no-diratime'.
* doc/guix.texi (File Systems): Document it.

20 months agosyscalls: Define 'MS_NODIRATIME' and recognize "nodiratime".
Ludovic Courtès [Thu, 20 Oct 2022 19:16:49 +0000 (21:16 +0200)]
syscalls: Define 'MS_NODIRATIME' and recognize "nodiratime".

Fixes <https://issues.guix.gnu.org/58663>.

This is a followup to b665dd4a9902b5722b9e06fd89c203e2221b19e0 and
dcb640f02b1f9590c3bd4301a22bf31bd60c56d4, allowing "nodiratime" to be
preserved for bind mounts.

* guix/build/syscalls.scm (MS_NODIRATIME): New variable.
(option-string->mount-flags): Recognize it.
(statfs-flags->mount-flags): Likewise.

20 months agoci: Add 'start-time' and 'stop-time' to <build> records.
Ludovic Courtès [Thu, 20 Oct 2022 10:00:41 +0000 (12:00 +0200)]
ci: Add 'start-time' and 'stop-time' to <build> records.

* guix/ci.scm (seconds->date): New procedure.
(<build>)[start-time, stop-time]: New fields.
(build-duration): New procedure.

20 months agoenvironment: Update docstring of 'launch-environment'.
Ludovic Courtès [Wed, 19 Oct 2022 09:47:30 +0000 (11:47 +0200)]
environment: Update docstring of 'launch-environment'.

This is a followup to 78d55b703d155d36520e1c93dc08a6502c56bd55.
Reported by Maxim Cournoyer.

* guix/scripts/environment.scm (launch-environment): Update docstring.

20 months agoinstaller: Add a missing confirmation page before formatting.
Mathieu Othacehe [Thu, 20 Oct 2022 15:09:17 +0000 (17:09 +0200)]
installer: Add a missing confirmation page before formatting.

This is a follow-up of: <https://issues.guix.gnu.org/57232>

* gnu/installer/newt/partition.scm (run-label-page): Add a confirmation page
when dealing with an EFI installation.

20 months agognu: icecat: Update to 102.4.0-guix0-preview1 [security fixes].
Mark H Weaver [Thu, 20 Oct 2022 02:20:14 +0000 (22:20 -0400)]
gnu: icecat: Update to 102.4.0-guix0-preview1 [security fixes].

Includes fixes for CVE-2022-42927, CVE-2022-42928, CVE-2022-42929, and
CVE-2022-42932.

* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.

20 months agoservices: wireguard: Add more configuration fields.
Mathieu Othacehe [Thu, 20 Oct 2022 08:49:05 +0000 (10:49 +0200)]
services: wireguard: Add more configuration fields.

* gnu/services/vpn.scm (<wireguard-configuration>)[pre-up, post-up, pre-down,
post-down, table]: New fields.
(wireguard-configuration-file): Take them into account.
* doc/guix.texi (Wireguard): Update it.

20 months agoinstaller: Propose the user to report a "guix system init" failure.
Mathieu Othacehe [Fri, 14 Oct 2022 15:33:28 +0000 (17:33 +0200)]
installer: Propose the user to report a "guix system init" failure.

* gnu/installer/newt/final.scm (run-install-failed-page): Add a "Report the
failure" button.

20 months agoinstaller: Run the "guix system init" command in a PTY.
Mathieu Othacehe [Fri, 14 Oct 2022 15:28:27 +0000 (17:28 +0200)]
installer: Run the "guix system init" command in a PTY.

Fixes: <https://issues.guix.gnu.org/55360>

* gnu/installer/utils.scm (run-external-command-with-handler/tty): New
procedure.
(run-external-command-with-line-hooks, run-command): Add a TTY? argument.
* gnu/installer/final.scm (install-system): Call run-command with TTY?
argument set to #true.

20 months agognu: Add cl-trivial-sockets.
cage [Wed, 19 Oct 2022 14:44:04 +0000 (16:44 +0200)]
gnu: Add cl-trivial-sockets.

* gnu/packages/lisp-xyz.scm (cl-trivial-sockets, sbcl-trivial-sockets): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
20 months agognu: linux-libre 5.4: Update to 5.4.219.
Leo Famulari [Thu, 20 Oct 2022 00:48:56 +0000 (20:48 -0400)]
gnu: linux-libre 5.4: Update to 5.4.219.

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.219.
(linux-libre-5.4-pristine-source): Update hash.

20 months agognu: linux-libre 5.10: Update to 5.10.149.
Leo Famulari [Thu, 20 Oct 2022 00:48:44 +0000 (20:48 -0400)]
gnu: linux-libre 5.10: Update to 5.10.149.

* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.149.
(linux-libre-5.10-pristine-source): Update hash.

20 months agognu: adcli: Update to 0.9.2.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
gnu: adcli: Update to 0.9.2.

* gnu/packages/sssd.scm (adcli): Update to 0.9.2.

20 months agognu: ne: Cross-compile.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
gnu: ne: Cross-compile.

* gnu/packages/text-editors.scm (ne)[arguments]: Use CC-FOR-TARGET and
don't strip binaries.

20 months agognu: Add age-keygen.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
gnu: Add age-keygen.

* gnu/packages/golang.scm (age-keygen): New public variable.

20 months agognu: Add go-filippo-io-age.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:03 +0000 (02:00 +0200)]
gnu: Add go-filippo-io-age.

* gnu/packages/password-utils.scm (age): Move from here…
* gnu/packages/golang.scm (age): …to here, and inherit from…
(go-filippo-io-age): …this new source-only package variable.

20 months agognu: pass-age: Unpropagate inputs.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:00 +0000 (02:00 +0200)]
gnu: pass-age: Unpropagate inputs.

* gnu/packages/password-utils.scm (pass-age)[arguments]:
Add a new 'wrap-script phase.
[propagated-inputs]: Move them all from here…
[inputs]: …to here.  Add missing procps for /bin/pkill.

20 months agognu: tmux: Update to 3.3a.
Greg Hogan [Wed, 19 Oct 2022 19:44:36 +0000 (19:44 +0000)]
gnu: tmux: Update to 3.3a.

* gnu/packages/tmux.scm (tmux): Update to 3.3a.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
20 months agognu: Add pass-age.
Nicolas Graves [Tue, 11 Oct 2022 21:39:45 +0000 (23:39 +0200)]
gnu: Add pass-age.

* gnu/packages/password-utils.scm (pass-age): New variable.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
20 months agognu: Add age.
Nicolas Graves [Thu, 13 Oct 2022 21:10:31 +0000 (23:10 +0200)]
gnu: Add age.

* gnu/packages/password-utils.scm (age): New variable.

20 months agognu: Add go-filippo-io-edwards25519.
Nicolas Graves [Thu, 13 Oct 2022 21:09:44 +0000 (23:09 +0200)]
gnu: Add go-filippo-io-edwards25519.

* gnu/packages/golang.scm (go-filippo-io-edwards25519): New variable.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
20 months agognu: python-curtsies: Update to 0.4.0.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
gnu: python-curtsies: Update to 0.4.0.

* gnu/packages/terminals.scm (python-curtsies): Update to 0.4.0.
[propagated-inputs]: Replace python-blessings with python-blessed.
[native-inputs]: Remove python-mock.

20 months agognu: bpython: Update to 0.23.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:00 +0000 (02:00 +0200)]
gnu: bpython: Update to 0.23.

* gnu/packages/python-xyz.scm (bpython): Update to 0.23.

20 months agognu: pass-tomb: Update to 1.3.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
gnu: pass-tomb: Update to 1.3.

* gnu/packages/password-utils.scm (pass-tomb): Update to 1.3.

20 months agognu: cracklib: Update to 2.9.8.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:02 +0000 (02:00 +0200)]
gnu: cracklib: Update to 2.9.8.

* gnu/packages/password-utils.scm (cracklib): Update to 2.9.8.

20 months agognu: iperf: Update to 3.12.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:00 +0000 (02:00 +0200)]
gnu: iperf: Update to 3.12.

* gnu/packages/networking.scm (iperf): Update to 3.12.

20 months agognu: qtractor: Update to 0.9.28.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:00 +0000 (02:00 +0200)]
gnu: qtractor: Update to 0.9.28.

* gnu/packages/music.scm (qtractor): Update to 0.9.28.

20 months agognu: padthv1: Update to 0.9.27.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
gnu: padthv1: Update to 0.9.27.

* gnu/packages/music.scm (padthv1): Update to 0.9.27.

20 months agognu: samplv1: Update to 0.9.27.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:02 +0000 (02:00 +0200)]
gnu: samplv1: Update to 0.9.27.

* gnu/packages/music.scm (samplv1): Update to 0.9.27.

20 months agognu: drumkv1: Update to 0.9.27.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:02 +0000 (02:00 +0200)]
gnu: drumkv1: Update to 0.9.27.

* gnu/packages/music.scm (drumkv1): Update to 0.9.27.

20 months agognu: synthv1: Update to 0.9.27.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:03 +0000 (02:00 +0200)]
gnu: synthv1: Update to 0.9.27.

* gnu/packages/music.scm (synthv1): Update to 0.9.27.

20 months agognu: mtools: Update to 4.0.41.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:00 +0000 (02:00 +0200)]
gnu: mtools: Update to 4.0.41.

* gnu/packages/mtools.scm (mtools): Update to 4.0.41.

20 months agognu: cpuid: Update to 20221003.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:00 +0000 (02:00 +0200)]
gnu: cpuid: Update to 20221003.

* gnu/packages/linux.scm (cpuid): Update to 20221003.

20 months agognu: mcelog: Update to 189.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:02 +0000 (02:00 +0200)]
gnu: mcelog: Update to 189.

* gnu/packages/linux.scm (mcelog): Update to 189.

20 months agognu: qjackctl: Remove unused qtx11extras input.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:02 +0000 (02:00 +0200)]
gnu: qjackctl: Remove unused qtx11extras input.

* gnu/packages/audio.scm (qjackctl)[inputs]: Remove qtx11extras.

20 months agognu: qjackctl: Update to 0.9.8.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
gnu: qjackctl: Update to 0.9.8.

* gnu/packages/audio.scm (qjackctl): Update to 0.9.8.
[inputs]: Add qtsvg-5.

20 months agognu: cryfs: Remove trailing #t.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:02 +0000 (02:00 +0200)]
gnu: cryfs: Remove trailing #t.

* gnu/packages/crypto.scm (cryfs)[arguments]:
Don't explicitly return #t from phases.

20 months agognu: cryfs: Remove input labels.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:05 +0000 (02:00 +0200)]
gnu: cryfs: Remove input labels.

* gnu/packages/crypto.scm (cryfs)[native-inputs]: Remove label strings.

20 months agognu: cryfs: Update to 0.11.3.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:01 +0000 (02:00 +0200)]
gnu: cryfs: Update to 0.11.3.

* gnu/packages/crypto.scm (cryfs): Update to 0.11.3.

20 months agognu: bind: Update to 9.16.34.
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:00 +0000 (02:00 +0200)]
gnu: bind: Update to 9.16.34.

* gnu/packages/dns.scm (isc-bind): Update to 9.16.34.

20 months agognu: cl-webkit: Update to 3.5.5.
Artyom Bologov [Wed, 19 Oct 2022 12:45:11 +0000 (16:45 +0400)]
gnu: cl-webkit: Update to 3.5.5.

* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.5.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
20 months agognu: python-robotframework-pabot: Update to 2.7.0.
Maxim Cournoyer [Sat, 15 Oct 2022 20:29:41 +0000 (16:29 -0400)]
gnu: python-robotframework-pabot: Update to 2.7.0.

* gnu/packages/python-xyz.scm (python-robotframework-pabot): Update to 2.7.0.

20 months agognu: python-robotframework-datadriver: Update to 1.6.1.
Maxim Cournoyer [Sat, 15 Oct 2022 20:29:41 +0000 (16:29 -0400)]
gnu: python-robotframework-datadriver: Update to 1.6.1.

* gnu/packages/python-xyz.scm (python-robotframework-datadriver): Update to 1.6.1.

20 months agognu: python-robotframework: Update to 5.0.1.
Maxim Cournoyer [Sat, 15 Oct 2022 13:12:12 +0000 (09:12 -0400)]
gnu: python-robotframework: Update to 5.0.1.

* gnu/packages/python-xyz.scm (python-robotframework): Update to 5.0.1.
[phases] {delete-problematic-tests}: Re-instate the sending_signal.robot
tests, fixed upstream.
[native-inputs]: Replace python-jsonschema with python-jsonschema-next.

20 months agognu: libksba: Graft to 1.6.2 [fixes CVE-2022-3515].
Tobias Geerinckx-Rice [Sun, 16 Oct 2022 00:00:00 +0000 (02:00 +0200)]
gnu: libksba: Graft to 1.6.2 [fixes CVE-2022-3515].

* gnu/packages/gnupg.scm (libksba/fixed): New variable.
(libksba): Use it as grafted replacement.

20 months agognu: notmuch: Update to 0.37.
Nicolas Goaziou [Tue, 18 Oct 2022 16:40:01 +0000 (18:40 +0200)]
gnu: notmuch: Update to 0.37.

* gnu/packages/mail.scm (notmuch): Update to 0.37.

20 months agognu: emacs-org-modern: Update to 0.5.
Nicolas Goaziou [Tue, 18 Oct 2022 16:32:16 +0000 (18:32 +0200)]
gnu: emacs-org-modern: Update to 0.5.

* gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 0.5.

20 months agognu: xournalpp: Update to 1.1.2.
Nicolas Goaziou [Tue, 18 Oct 2022 16:16:52 +0000 (18:16 +0200)]
gnu: xournalpp: Update to 1.1.2.

* gnu/packages/pdf.scm (xournalpp): Update to 1.1.2.

20 months agognu: scummvm: Use G-expressions.
Nicolas Goaziou [Tue, 18 Oct 2022 16:03:49 +0000 (18:03 +0200)]
gnu: scummvm: Use G-expressions.

* gnu/packages/emulators.scm (scummvm)[arguments]: Use G-expressions.

20 months agognu: scummvm: Update to 2.6.1.
Nicolas Goaziou [Tue, 18 Oct 2022 16:02:33 +0000 (18:02 +0200)]
gnu: scummvm: Update to 2.6.1.

* gnu/packages/emulators.scm (scummvm): Update to 2.6.1.

20 months agognu: Add nbfc-linux.
florhizome [Tue, 11 Oct 2022 17:19:57 +0000 (17:19 +0000)]
gnu: Add nbfc-linux.

* gnu/packages/linux.scm (nbfc-linux): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
20 months agognu: wolfssl: Update to 5.5.1 [security fixes].
Felix Lechner [Sun, 9 Oct 2022 06:24:50 +0000 (23:24 -0700)]
gnu: wolfssl: Update to 5.5.1 [security fixes].

* gnu/packages/tls.scm (wolfssl): Update to 5.5.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>