me
/
guix
Archived
1
0
Fork 0
Commit Graph

106400 Commits (52312a4551dea1d730720c3ab9424bda9c02319a)

Author SHA1 Message Date
Tobias Geerinckx-Rice e2a47c89ad
gnu: btrfs-progs: Update to 6.3.2.
* gnu/packages/linux.scm (btrfs-progs): Update to 6.3.2.
2023-07-02 02:00:00 +02:00
Danny Milosavljevic 2ba2e80ee6
gnu: Add tree-sitter-gomod.
* gnu/packages/tree-sitter.scm (tree-sitter-gomod): New variable.
2023-07-09 19:02:50 +02:00
Efraim Flashner e298aabe81
gnu: alacritty: Update to 0.12.2.
* gnu/packages/terminals.scm (alacritty): Update to 0.12.2.
[cargo-inputs]: Replace rust-alacritty-terminal-0.18 with 0.19.
2023-07-09 15:54:32 +03:00
Efraim Flashner b35578d995
gnu: rust-alacritty-terminal: Update to 0.19.1.
* gnu/packages/crates-io.scm (rust-alacritty-terminal-0.18): Replace
with rust-alacritty-terminal-0.19.
2023-07-09 15:54:27 +03:00
Efraim Flashner 1c37764532
gnu: osinfo-db: Update to 20230518.
* gnu/packages/virtualization.scm (osinfo-db): Update to 20230518.
2023-07-09 14:56:02 +03:00
Efraim Flashner 534adad7ad
gnu: osinfo-db-tools: Update to 1.10.0.
* gnu/packages/virtualization.scm (osinfo-db-tools): Update to 1.10.0.
2023-07-09 14:55:58 +03:00
Efraim Flashner 8258e88878
gnu: libx86emu: Format with 'guix style'.
* gnu/packages/virtualization.scm (libx86emu): Adjust package formatting
with 'guix style'.
2023-07-09 12:26:37 +03:00
Efraim Flashner 7ba1626113
gnu: libx86emu: Skip tests on non-x86 systems.
* gnu/packages/virtualization.scm (libx86emu)[arguments]: Skip tests
when not building on an x86 system.
2023-07-09 12:21:37 +03:00
Efraim Flashner 241c8da50d
gnu: cups: Don't set #:tests? to #:true.
* gnu/packages/cups.scm (cups)[arguments]: Rewrite to strip the #:tests?
argument from the inherited package.
2023-07-09 10:43:03 +03:00
Efraim Flashner 3ff615263c
gnu: s7: Don't set #:tests? to #:true.
* gnu/packages/lisp.scm (s7)[arguments]: Rewrite to strip the #:tests?
argument from the inherited package.
2023-07-09 10:43:03 +03:00
Efraim Flashner bc702a07c5
gnu: rest-next: Don't set #:tests? to #:true.
* gnu/packages/gnome.scm (rest-next)[arguments]: Rewrite to strip #:tests?
argument from the inherited package.
2023-07-09 10:43:03 +03:00
Efraim Flashner 8a3b574b9c
gnu: python-pytest-enabler: Don't set #:tests to #:true.
* gnu/packages/check.scm (python-pytest-enabler)[arguments]: Rewrite to
strip the #:tests? argument from the inherited package.
2023-07-09 10:43:02 +03:00
Efraim Flashner ee8cdd3b58
gnu: imath: Skip tests when cross-compiling.
* gnu/packages/graphics.scm (imath)[arguments]: Adjust #:tests? to skip
tests when cross-compiling.
2023-07-09 10:43:02 +03:00
Efraim Flashner 7ba92bd38f
gnu: ode: Skip tests when cross-compiling.
* gnu/packages/game-development.scm (ode)[arguments]: Adjust #:tests? to
skip tests when cross-compiling.
2023-07-09 10:43:02 +03:00
Efraim Flashner 533d2b83a1
gnu: libxml2: Download using mirror uri.
* gnu/packages/xml.scm (libxml2)[source]: Rewrite source uri to use
download mirrors.
2023-07-09 10:43:02 +03:00
Efraim Flashner 8c759ce23e
gnu: libxslt: Download using mirror uri.
* gnu/packages/xml.scm (libxslt)[source]: Rewrite source uri to use
download mirrors.
2023-07-09 10:43:02 +03:00
Efraim Flashner 2599c2df83
gnu: plasma-nano: Download using mirror uri.
* gnu/packages/kde-plasma.scm (plasma-nano)[source]: Rewrite source uri
to use download mirrors.
2023-07-09 10:43:02 +03:00
Efraim Flashner 4531184377
gnu: plasma-mobile: Download using mirror uri.
* gnu/packages/kde-plasma.scm (plasma-mobile)[source]: Rewrite source
uri to use download mirrors.
2023-07-09 10:42:57 +03:00
Efraim Flashner 1bd6b91368
gnu: gpsd: Download using mirror uri.
* gnu/packages/gps.scm (gpsd)[source]: Rewrite source uri to use
download mirrors.
2023-07-09 10:01:04 +03:00
Vagrant Cascadian 8306d3e529
gnu: Add vcmi.
* gnu/packages/games.scm (vcmi): New variable.
* gnu/packages/patches/vcmi-disable-privacy-breach.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09 07:31:36 +02:00
Vagrant Cascadian 4c610d2b2e
gnu: Add fuzzylite.
* gnu/packages/games.scm (fuzzylite): New variable.
* gnu/packages/patches/fuzzylite-relative-path-in-tests.patch: New file.
* gnu/packages/patches/fuzzylite-use-catch2.patch: New file.
* gnu/packages/patches/fuzzylite-soften-float-equality.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register them here.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09 07:31:36 +02:00
Bruno Victal 1f42ba3533
Revert "gnu: maven-model-builder@3.0: Fix build."
This reverts commit d54faf155a.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09 07:31:36 +02:00
Bruno Victal 57c4491e57
Revert "gnu: maven-settings-builder: Fix build."
This reverts commit c0a0cec87f.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09 07:31:36 +02:00
Bruno Victal 8c619cf924
Revert "gnu: maven-model-builder: Fix build."
This reverts commit 04f9ac0cfa.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09 07:31:35 +02:00
Bruno Victal 0df4466276
Revert "gnu: maven-resolver-provider: Fix build."
This reverts commit 3d2ce30f6b.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09 07:31:35 +02:00
Bruno Victal 4f2e9ab060
Revert "gnu: maven-core-bootstrap: Fix build."
This reverts commit 1a93ff9a8b.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09 07:31:35 +02:00
Bruno Victal d6f773571d
Revert "gnu: maven-embedder: Fix build."
This reverts commit 87ba11eff1.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09 07:31:35 +02:00
Bruno Victal f420d99a7d
gnu: maven-pom: Add missing shebangs.
* gnu/packages/patches/maven-generate-component-xml.patch: Add missing shebang.
* gnu/packages/patches/maven-generate-javax-inject-named.patch: Likewise.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09 07:31:35 +02:00
Tobias Geerinckx-Rice 9e03f08b79
gnu: audacious: Use G-expressions.
* gnu/packages/music.scm (audacious)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:07 +02:00
Tobias Geerinckx-Rice da6ab2ee7a
gnu: audacious: Update to 4.3.1.
* gnu/packages/music.scm (audacious): Update to 4.3.1.
2023-07-02 02:00:07 +02:00
Tobias Geerinckx-Rice b998ec80f6
gnu: Fix typo in copyright header.
* gnu/packages/terminals.scm: Substitute ‘©’ for ‘@’.
2023-07-02 02:00:07 +02:00
Tobias Geerinckx-Rice 6b1831b187
gnu: asciinema: Update to 2.3.0.
* gnu/packages/terminals.scm (asciinema): Update to 2.3.0.
2023-07-02 02:00:07 +02:00
Tobias Geerinckx-Rice 2986ba899f
gnu: cups: Replace with 2.4.6 [fixes CVE-2023-34241].
* gnu/packages/cups.scm (cups-minimal/fixed): New variable.
(cups-minimal)[replacement]: Assign it to new field.
2023-07-02 02:00:08 +02:00
Tobias Geerinckx-Rice 88d107b2b9
gnu: yt-dlp: Update to 2023.07.06.
* gnu/packages/video.scm (yt-dlp): Update to 2023.07.06.
2023-07-02 02:00:08 +02:00
Tobias Geerinckx-Rice 285c41e93f
gnu: mu: Update to 1.10.5.
* gnu/packages/mail.scm (mu): Update to 1.10.5.
2023-07-02 02:00:07 +02:00
Sharlatan Hellseher d427792cc4
gnu: xplanet: Update package style.
* gnu/packages/astronomy.scm (xplanet)[arguments]: Use G-expressions.
Improve code style.
[inputs]: Remove labels.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:07 +02:00
Tobias Geerinckx-Rice 3718307833
gnu: stuff: Mark up description.
* gnu/packages/astronomy.scm (stuff)[description]: Use @uref{}.
2023-07-02 02:00:01 +02:00
Sharlatan Hellseher 22a1e419c1
gnu: stuff: Update to 2.0.1.
* gnu/packages/astronomy.scm (stuff): Update to 2.0.1.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[native-inputs]: Add autoconf, automake, libtool, and pkg-config.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:01 +02:00
Tobias Geerinckx-Rice ca7b387645
gnu: skymaker: Use @uref{}.
* gnu/packages/astronomy.scm (skymaker)[description]: Use @uref{} over @url{}.
2023-07-02 02:00:01 +02:00
Sharlatan Hellseher 0cd3858d33
gnu: skymaker: Update to 4.2.0-0.1a69c47.
* gnu/packages/astronomy.scm (skymaker): Update to 4.2.0-0.1a69c47.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Remove upstreamed -fcommon work-around.
[native-inputs]: Add autoconf, automake, libtool, and pkg-config.

Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:01 +02:00
Sharlatan Hellseher b85ae5e568
gnu: skymaker: Remove input labels.
* gnu/packages/astronomy.scm (skymaker)[inputs]: Remove input labels.
[arguments]: Adjust accordingly.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:01 +02:00
Sharlatan Hellseher c0831eadef
gnu: skymaker: Use G-expressions.
* gnu/packages/astronomy.scm (skymaker)[arguments]: Rewrite as G-expressions.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:01 +02:00
Sharlatan Hellseher 7ec0b32d21
gnu: skymaker: Fix build.
* gnu/packages/astronomy.scm (skymaker)[arguments]: Build with GCC 10.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:01 +02:00
Tobias Geerinckx-Rice 9c0fe23dfe
gnu: missfits: Mark up description.
* gnu/packages/astronomy.scm (missfits)[description]: Use @acronym{} and @uref{}.
2023-07-02 02:00:01 +02:00
Sharlatan Hellseher 6ea387bc61
gnu: missfits: Fetch sources from Git.
* gnu/packages/astronomy.scm (missfits)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:01 +02:00
Sharlatan Hellseher 047b7e55b3
gnu: missfits: Fix build.
* gnu/packages/astronomy.scm (missfits)[arguments]:
Add CPPFLAGS to pass build with GCC 10.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:01 +02:00
Tobias Geerinckx-Rice 5df2382842
gnu: eye: Mark up description.
* gnu/packages/astronomy.scm (eye)[description]: Use @acronym{} and @dfn{}.
2023-07-02 02:00:01 +02:00
Sharlatan Hellseher b67d61a05b
gnu: eye: Fetch sources from Git.
* gnu/packages/astronomy.scm (eye)[source]:
Use GIT-FETCH and GIT-FILE-NAME.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:00 +02:00
Sharlatan Hellseher e5f6d0ecaf
gnu: eye: Fix build.
* gnu/packages/astronomy.scm (eye)[arguments]:
Add #:configure-flags to build with GCC 10.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:00 +02:00
Sharlatan Hellseher d62ceb7328
gnu: swarp: Update to 2.41.5.
* gnu/packages/astronomy.scm (swarp): Update to 2.41.5.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[native-inputs]: Add automake, autoconf, libtool, and pkg-config.
[inputs]: Add cfitsio.

Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:00 +02:00
Sharlatan Hellseher 818405bb42
gnu: weightwatcher: Fetch sources from Git.
They were removed from the home page.

* gnu/packages/astronomy.scm (weightwatcher)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:00 +02:00
Sharlatan Hellseher a6f9df4c41
gnu: weightwatcher: Fix build.
* gnu/packages/astronomy.scm (weightwatcher)[arguments]:
Add #:configure-flags to build with GCC 10.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:00 +02:00
Efraim Flashner 0a645ac606
gnu: clipman: Use a source file-name.
* gnu/packages/xdisorg.scm (clipman)[source]: Use a source file-name.
2023-07-08 23:26:17 +03:00
Efraim Flashner f5a8808616
gnu: emacs-pasp-mode: Use a source file-name.
* gnu/packages/potassco.scm (emacs-pasp-mode)[source]: Use a source
file-name.
2023-07-08 23:25:03 +03:00
Efraim Flashner c7233b2247
gnu: pantheon-wallpapers: Use a source file-name.
* gnu/packages/pantheon.scm (pantheon-wallpapers)[source]: Use a source
file-name.
2023-07-08 23:24:10 +03:00
Efraim Flashner 72191f371b
gnu: emacs-auto-compile: Use a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-auto-compile)[source]: Use a source
file-name.
2023-07-08 23:23:25 +03:00
Efraim Flashner df4eee2594
gnu: emacs-bookmark-plus: Use a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-bookmark-plus)[source]: Use a source
file-name.
2023-07-08 23:22:47 +03:00
Efraim Flashner 8bf6170710
gnu: emacs-xonsh-mode: Use a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-xonsh-mode)[source]: Use a source
file-name.
2023-07-08 23:21:18 +03:00
Efraim Flashner ca2962d830
gnu: emacs-org-board: Use a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-org-board)[source]: Use a source
file-name.
2023-07-08 23:20:29 +03:00
Efraim Flashner a4d8df2b7b
gnu: emacs-prism: Use a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-prism)[source]: Use a source
file-name.
2023-07-08 23:19:44 +03:00
Efraim Flashner 718dffdf6e
gnu: libsecp256p1: Use a source file-name.
* gnu/packages/crypto.scm (libsecp256p1)[source]: Use a source
file-name.
2023-07-08 23:18:41 +03:00
Efraim Flashner 5b35ef308c
gnu: libxapp: Use a source file-name.
* gnu/packages/cinnamon.scm (libxapp)[source]: Use a source file-name.
2023-07-08 23:17:46 +03:00
Tobias Geerinckx-Rice 820e32b556
services: cgit: Remove ‘cgit-repo’ left-overs.
This follows up on commit 16d77b31c5.

* gnu/services/cgit.scm (cgit-configuration): Use extant
repository-cgit-configuration variable name.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice f2f40cdae5
gnu: gmime: Use G-expressions.
* gnu/packages/mail.scm (gmime)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice ba20f088b9
gnu: gmime: Download sources from the git repository.
* gnu/packages/mail.scm (gmime)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[arguments]: Add "--enable-gtk-doc=yes" to #:configure-flags.
Don't explicitly return #t from phases.
[native-inputs]: Add autoconf, automake, gtk-doc, libtool, and which.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice 1b8f9cea9b
gnu: gmime: Remove obsolete configure flag.
* gnu/packages/mail.scm (gmime)[arguments]: Remove "--vapigen=yes"
from #:configure-flags.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice f5b8f9541f
gnu: fetchmail: Use G-expressions.
* gnu/packages/mail.scm (fetchmail)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:04 +02:00
Tobias Geerinckx-Rice 53e759fbde
gnu: fetchmail: Update to 6.4.37.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.37.
2023-07-02 02:00:04 +02:00
Tobias Geerinckx-Rice d235e4daea
gnu: nullmailer: Use G-expressions.
* gnu/packages/mail.scm (nullmailer)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:04 +02:00
Tobias Geerinckx-Rice 0c9f663cd2
gnu: nullmailer: Remove obsolete trailing #t.
* gnu/packages/mail.scm (nullmailer)[arguments]:
Don't explicitly return #t from phases.
2023-07-02 02:00:04 +02:00
Maxim Cournoyer 697e7d6324
gnu: python-pyzmq: Enable the draft test.
* gnu/packages/python-xyz.scm (python-pyzmq) [arguments]: Delete the
disable-problematic-tests phase and add a configure phase.
2023-07-08 01:18:08 -04:00
Eidvilas Markevičius c0833f3b0c
gnu: Add gnome-shell-extension-vitals.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-vitals): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-07-08 00:44:07 -04:00
Maxim Cournoyer 77b5b1db83
gnu: make-crust-package: Remove debugging left-overs.
* gnu/packages/firmware.scm (make-crust-package)
[arguments]: Remove pk call and commented error call.
2023-07-08 00:25:47 -04:00
Tobias Geerinckx-Rice 3db685cb2e
gnu: crda: Mark up acronyms in description.
* gnu/packages/linux.scm (crda)[synopsis, description]: Use @acronym{}.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice 59da3b6892
gnu: crda: Use G-expressions.
* gnu/packages/linux.scm (crda)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice 7629377556
gnu: crda: Update to 4.15.
* gnu/packages/linux.scm (crda): Update to 4.15.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Don't explicitly return #t from phases.
Slightly rename 'set-regulator-db-file-name phase.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice c128ce94d9
gnu: smartmontools: Update to 7.3.
* gnu/packages/admin.scm (smartmontools): Update to 7.3.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice 8b86c92d6a
gnu: lynx: Mark up acronyms in description.
* gnu/packages/web-browsers.scm (lynx)[description]: Use @acronym{}.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice 8a24420f1d
gnu: lynx: Use G-expressions.
* gnu/packages/web-browsers.scm (lynx)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice 8c841634d0
gnu: lynx: Update to 2.9.0dev.12.
* gnu/packages/web-browsers.scm (lynx): Update to 2.9.0dev.12.
[arguments]: Don't explicitly return #t from phases.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice ec96833aab
gnu: dpkg: Use G-expressions.
* gnu/packages/debian.scm (dpkg)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice 1122217f27
gnu: dpkg: Use the (intended) input perl's version.
* gnu/packages/debian.scm (dpkg)[arguments]: Replace reference to the
host-side perl variable with one to the build-side "perl" input.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice afd09faaf9
gnu: dpkg: Update to 1.21.22.
* gnu/packages/debian.scm (dpkg): Update to 1.21.22.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice f50c82ff2f
gnu: wcslib: Download source over HTTPS.
* gnu/packages/astronomy.scm (wcslib)[source]: Use HTTPS.
2023-07-02 02:00:08 +02:00
Tobias Geerinckx-Rice 25a604a274
gnu: wcslib: Update to 8.1.
* gnu/packages/astronomy.scm (wcslib): Update to 8.1.
2023-07-02 02:00:08 +02:00
Tobias Geerinckx-Rice 4c0f0ab984
gnu: wireless-regdb: Mark up acronyms in description.
* gnu/packages/linux.scm (wireless-regdb)[description]: Use @acronym{}.
2023-07-02 02:00:08 +02:00
Tobias Geerinckx-Rice 0c5141d1c2
gnu: wireless-regdb: Update to 2023.05.03.
* gnu/packages/linux.scm (wireless-regdb): Update to 2023.05.03.
2023-07-02 02:00:08 +02:00
Maxim Cournoyer 14888e5b25
gnu: u-boot-ts7970-q-2g-1000mhz-c: Fix build.
* gnu/packages/bootloaders.scm (u-boot-ts-mx6) [arguments]: Replace
adjust-for-gcc10 phase with adjust-for-current-gcc.
2023-07-07 15:59:28 -04:00
Maxim Cournoyer 55d5771ff0
gnu: u-boot: Remove extraneous space.
* gnu/packages/bootloaders.scm (u-boot) [build-system]: Remove extraneous space.
2023-07-07 15:59:28 -04:00
Vagrant Cascadian 4f32e8d7cc
gnu: Add crust-pinebook and crust-pine64-plus.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add or1k-elf.
gnu/packages/firmware.scm (make-crust-package, crust-pinebook)
(crust-pine64-plus): New variables.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Reviewed-by: Maxime Devos <maximedevos@telenet.be>
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-07-07 15:59:27 -04:00
Maxim Cournoyer d39544dd9b
gnu: Add nanosvg.
* gnu/packages/graphics.scm (nanosvg): New variable.
2023-07-07 15:59:27 -04:00
Josselin Poiret d5e57f75f1
gnu: b4: Update to 0.12.3.
* gnu/packages/version-control.scm (b4): Update to 0.12.3.
2023-07-07 21:14:11 +02:00
Josselin Poiret 612399df3e
services: libvirt: Add requirement on dbus.
* gnu/services/virtualization.scm (libvirt-shepherd-service): Add requirement
on dbus.
2023-07-07 21:14:10 +02:00
Sergey Trofimov 209204e23b
image: Prefer gpt partition table for efi images
* gnu/system/image.scm (efi-disk-image): Use gpt partition-table-type.
(efi32-disk-image): Use gpt partition-table-type.
(qcow2-image-type): Use mbr partition-table-type explicitly.
* gnu/tests/image.scm: Assert partition table type of efi-disk-image.

Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
2023-07-07 21:14:10 +02:00
Josselin Poiret 4722496292
gnu: gnome: Remove gnome-boxes from default GNOME apps.
* gnu/packages/gnome.scm (gnome): Remove gnome-boxes from propagated-inputs,
since it is no longer a Core App in 42.
2023-07-07 21:14:09 +02:00
Tobias Geerinckx-Rice 3e99157247
gnu: privoxy: Update to 3.0.34.
* gnu/packages/tor.scm (privoxy): Update to 3.0.34.
2023-07-02 02:00:07 +02:00
Tobias Geerinckx-Rice 55476119dd
gnu: git: Update to 2.41.0.
* gnu/packages/version-control.scm (git): Update to 2.41.0.
[source]: Remove upstreamed patch.
* gnu/packages/patches/git-header-cmd.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2023-07-02 02:00:07 +02:00
Tobias Geerinckx-Rice 07892d8b20
gnu: memtest86+: Update to 6.20.
* gnu/packages/hardware.scm (memtest86+): Update to 6.20.
2023-07-02 02:00:07 +02:00
Tobias Geerinckx-Rice adf097908c
gnu: di: Use G-expressions.
* gnu/packages/admin.scm (di)[arguments]: Rewrite as G-expressions.
Rename 'setup-environment phase to 'override-environment.
2023-07-02 02:00:06 +02:00
Tobias Geerinckx-Rice c39abdedbb
gnu: di: Update to 4.52.
* gnu/packages/admin.scm (di): Update to 4.52.
2023-07-02 02:00:06 +02:00
Bruno Victal cbc14b3bae
services: nginx: Harden php-location settings.
* gnu/services/web.scm (nginx-php-location): Only pass existing PHP files
to the back end.  Mitigate httpoxy vulnerability.
2023-07-02 02:00:01 +02:00
zamfofex 849f31d574
gnu: Add Plunder.
* gnu/packages/games.scm (plunder): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:23 +02:00
zamfofex 6a37e77bd3
gnu: Add ghc-reflex-sdl2.
* gnu/packages/haskell-xyz.scm (ghc-reflex-sdl2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:23 +02:00
zamfofex 74de940455
gnu: Add ghc-reflex.
* gnu/packages/haskell-xyz.scm (ghc-reflex): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:23 +02:00
zamfofex a760bc6e60
gnu: Add ghc-ref-tf.
* gnu/packages/haskell-xyz.scm (ghc-ref-tf): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:23 +02:00
zamfofex 5d6b17bfd9
gnu: Add ghc-patch.
* gnu/packages/haskell-xyz.scm (ghc-patch): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:23 +02:00
zamfofex 584cc466ef
gnu: Add ghc-prim-uniq.
* gnu/packages/haskell-xyz.scm (ghc-prim-uniq): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:23 +02:00
zamfofex 87bf63df6b
gnu: Add ghc-dependent-map.
* gnu/packages/haskell-xyz.scm (ghc-dependent-map): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:23 +02:00
zamfofex 6b10501def
gnu: Add ghc-dependent-sum.
* gnu/packages/haskell-xyz.scm (ghc-dependent-sum): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:23 +02:00
zamfofex 0b2b939847
gnu: Add ghc-commutative-semigroup.
* gnu/packages/haskell-xyz.scm (ghc-commutative-semigroup): New
variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:22 +02:00
zamfofex c72ccc35ee
gnu: Add ghc-exception-transformers.
* gnu/packages/haskell-xyz.scm (ghc-exception-transformers): New
variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:22 +02:00
zamfofex 045361dd05
gnu: Add ghc-sdl2-gfx.
* gnu/packages/haskell-xyz.scm (ghc-sdl2-gfx): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:22 +02:00
zamfofex f0c5f6eda1
gnu: Add ghc-sdl2-ttf.
* gnu/packages/haskell-xyz.scm (ghc-sdl2-ttf): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:22 +02:00
zamfofex 11d4a7152e
gnu: Add ghc-these-lens.
* gnu/packages/haskell-xyz.scm (ghc-these-lens): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:22 +02:00
zamfofex 2e865166ea
gnu: Add ghc-generic-lens.
* gnu/packages/haskell-xyz.scm (ghc-generic-lens): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:22 +02:00
zamfofex 0f9953c959
gnu: Add ghc-generic-lens-core.
* gnu/packages/haskell-xyz.scm (ghc-generic-lens-core): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:22 +02:00
zamfofex f3a180296a
gnu: Add ghc-indexed-profunctors.
* gnu/packages/haskell-xyz.scm (ghc-indexed-profunctors): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:21 +02:00
zamfofex e2fde26c92
gnu: Add ghc-constraints-extras.
* gnu/packages/haskell-xyz.scm (ghc-constraints-extras): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:21 +02:00
zamfofex 2229302df8
gnu: Add ghc-hscolour.
* gnu/packages/haskell-xyz.scm (ghc-hscolour): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:21 +02:00
zamfofex 549654ab56
gnu: Add ghc-proctest.
* gnu/packages/haskell-check.scm (ghc-proctest): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:21 +02:00
Saku Laesvuori ba1fe203b2
gnu: Add ghc-xmobar
* gnu/packages/wm.scm (ghc-xmobar): New variable.
(xmobar)[inputs]: Remove everything except libxpm.  Add ghc-xmobar.
[arguments]: Disable tests as they are run in ghc-xmobar.  Configure only
the xmobar executable.  Remove unnecessary phases.
[native-inputs]: Remove everything.
2023-07-07 14:18:06 +02:00
Navid Afkhami fcfdb8f05e
gnu: Add python-tslearn.
* gnu/packages/machine-learning.scm (python-tslearn): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>.
2023-07-07 12:01:28 +02:00
Ricardo Wurmus 8e83db0bce
gnu: python-statsmodels: Update to 0.14.0.
* gnu/packages/statistics.scm (python-statsmodels): Update to 0.14.0.
[source]: Simplify snippet.
[build-system]: Use pyproject-build-system.
[arguments]: Remove trailing #T from build phase.
[propagated-inputs]: Add python-packaging; remove python-matplotlib.
[native-inputs]: Add python-colorama, python-flake8, python-isort,
python-joblib, python-matplotlib, python-pytest, python-pytest-randomly,
python-pytest-xdist, and python-setuptools-scm; remove python-nose and
python-sphinx.
2023-07-07 10:13:57 +02:00
Tobias Geerinckx-Rice 11989e39d7
gnu: mu: Update to 1.10.4.
* gnu/packages/mail.scm (mu): Update to 1.10.4.
[arguments]: Remove old 'fix-build-system phase.
2023-07-02 02:00:06 +02:00
Tobias Geerinckx-Rice a033c0cf99
gnu: corefreq: Update to 1.96.5.
* gnu/packages/linux.scm (corefreq): Update to 1.96.5.
2023-07-02 02:00:06 +02:00
Ricardo Wurmus de3b8684e9
gnu: r-pando: Fix hash.
* gnu/packages/bioinformatics.scm (r-pando)[source]: Update hash.
2023-07-06 23:29:05 +02:00
Ricardo Wurmus df5bf65f26
gnu: bismark: Update to 0.24.1.
* gnu/packages/bioinformatics.scm (bismark): Update to 0.24.1.
[source]: Delete bundled plot.ly.
[arguments]: Use plain list; remove trailing #T from build phases; adjust
'replace-plotly.js phase to account for use of script tags; adjust 'install
phase to install documentation in markdown format; add 'configure phase for
replacing references to tools.
[inputs]: Add bowtie, hisat2, minimap2, and samtools.
2023-07-06 23:29:05 +02:00
Denys Nykula 961ffca1c7
installer: Restore LatGrkCyr-8x16 console font depending on language.
Partially-Fixes: <https://issues.guix.gnu.org/64006>

* gnu/installer/services.scm (system-services->configuration): When the
LANGUAGE environment variable matches a known native console font, wrap the
base services with modify-services, configuring console-font-service-type to
set the native console font on every tty instead of the default console font.

Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
2023-07-06 15:38:58 +02:00
Leo Famulari 2426e51688
gnu: linux-libre 5.15: Update to 5.15.20.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.20.
(linux-libre-5.15-pristine-source): Update hash.
2023-07-06 02:25:05 -04:00
Leo Famulari 3016db9550
gnu: linux-libre 6.1: Update to 6.1.38.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.38.
(linux-libre-6.1-pristine-source): Update hash.
2023-07-06 02:25:05 -04:00
Leo Famulari bd928611a0
gnu: linux-libre: Update to 6.3.12.
* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.12.
(linux-libre-6.3-pristine-source): Update hash.
2023-07-06 02:25:01 -04:00
Leo Famulari db803cce11
gnu: l3afpad: Update to 0.8.18.1.11-0.16f2222.
* gnu/packages/text-editors.scm (l3afpad): Update to 0.8.18.1.11-0.16f2222.
[arguments]: Install the README and the man page.
2023-07-06 00:31:41 -04:00
Nicolas Goaziou 3eb2771784
gnu: python-pikepdf: Update to 7.2.0.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 7.2.0.
[native-inputs]: Remove PYTHON-SETUPTOOLS, PYTHON-SETUPTOOLS-SCM,
PYTHON-SETUPTOOLS-SCM-GIT-ARCHIVE, PYTHON-TOML, PYTHON-WHEEL.  Add
PYTHON-ATTRS, PYTHON-COVERAGE, PYTHON-HYPOTHESIS, PYTHON-PSUTIL,
PYTHON-PYTEST, PYTHON-PYTEST-COV, PYTHON-PYTEST-TIMEOUT, PYTHON-PYTEST-XDIST,
PYTHON-DATEUTIL, PYTHON-TOMLI.
[propagated-inputs]: Remove PYTHON-LXML.  Add PYTHON-DEPRECATION,
PYTHON-PACKAGING, PYTHON-PILLOW.
2023-07-06 00:44:10 +02:00
flabbergasted bbf6ef5b90
gnu: Add passwdqc.
* gnu/packages/password-utils.scm (passwdqc): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-05 23:57:27 +02:00
Z572 07854c91d8
gnu: guile-jsonld: Improve package style.
* gnu/packages/guile-xyz.scm (guile-jsonld): Improve overall indentation.
[propagated-inputs]: Remove labels.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-05 23:43:23 +02:00
Z572 ebecfa55d5
gnu: guile-jsonld: Fix build.
* gnu/packages/guile-xyz.scm (guile-jsonld)[propagated-inputs]: Replace GNUTLS
with GUILE-GNUTLS.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-05 23:41:21 +02:00
Nicolas Goaziou 7eba244d89
gnu: emacs-vertico: Remove an unused argument in a phase.
* gnu/packages/emacs-xyz.scm (emacs-vertico)[arguments]<#:phases>: Remove OUTPUTS argument.
2023-07-05 23:33:15 +02:00
Nicolas Goaziou d051570935
gnu: emacs-vertico: Update to 1.4.
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 1.4.
2023-07-05 23:33:00 +02:00
Nicolas Goaziou 1c0b591bee
gnu: emacs-tempel: Update to 0.8.
* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.8.
2023-07-05 23:30:17 +02:00
Nicolas Goaziou fb183300bb
gnu: emacs-osm: Update to 0.13.
* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 0.13.
2023-07-05 23:29:05 +02:00
Nicolas Goaziou 43d84e8e74
gnu: emacs-marginalia: Remove an unused argument in a phase.
* gnu/packages/emacs-xyz.scm (emacs-marginalia)[arguments]<#:phases>: Remove OUTPUTS argument.
2023-07-05 23:26:25 +02:00
Nicolas Goaziou 0e2871f94f
gnu: emacs-marginalia: Update to 1.3.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 1.3.
2023-07-05 23:26:11 +02:00
Nicolas Goaziou eb0763e61e
gnu: emacs-corfu: Remove an unused argument in a phase.
* gnu/packages/emacs-xyz.scm (emacs-corfu)[arguments]<#:phases>: Remove OUTPUTS argument.
2023-07-05 23:18:55 +02:00
Nicolas Goaziou e71333460e
gnu: emacs-corfu: Update to 0.37.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.37.
2023-07-05 23:18:37 +02:00
Nicolas Goaziou fd2a3a20d0
gnu: emacs-consult: Remove an unused argument in a phase.
* gnu/packages/emacs-xyz.scm (emacs-consult)[arguments]<#:phases>: Remove OUTPUTS argument.
2023-07-05 23:15:51 +02:00
Nicolas Goaziou 63b6885bcc
gnu: emacs-consult: Update to 0.35.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.35.
2023-07-05 23:15:30 +02:00
Nicolas Goaziou e0eda455a9
gnu: emacs-clj-refactor: Update to 3.7.0.
* gnu/packages/emacs-xyz.scm (emacs-clj-refactor): Update to 3.7.0.
2023-07-05 23:13:55 +02:00
Nicolas Goaziou 540c278d06
gnu: emacs-cape: Remove an unused argument in a phase.
* gnu/packages/emacs-xyz.scm (emacs-cape)[arguments]<#:phases>: Remove OUTPUTS argument.
2023-07-05 23:12:27 +02:00
Nicolas Goaziou 0df1549b71
gnu: emacs-cape: Update to 0.16.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.16.
2023-07-05 23:11:58 +02:00
Efraim Flashner 67c276a870
gnu: libreoffice: Update to 7.5.4.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 7.5.4.2.
* gnu/packages/hunspell.scm (hunspell-dictonary): Update to 7.5.4.2.
2023-07-05 18:57:32 +03:00
Timotej Lazar d7f17c6a92
gnu: msmtp: Update to 1.8.24.
* gnu/packages/mail.scm (msmtp): Update to 1.8.24.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-07-05 18:57:32 +03:00
Efraim Flashner 69d051f715
home: Add inputrc service.
* gnu/home/services/shells.scm (home-inputrc-service-type,
home-inputrc-configuration): New variables.
(serialize-inputrc-key-bindings, serialize-inputrc-variables,
serialize-inputrc-conditional-constructs,
serialize-inputrc-extra-content): New procedures.
* doc/guix.texi (Shells Home Services): Document it.
2023-07-05 18:57:32 +03:00
Guillaume Le Vaillant a00e1ee310
gnu: txr: Update to 289.
* gnu/packages/lisp.scm (txr): Update to 289.
2023-07-05 15:05:40 +02:00
Guillaume Le Vaillant 5ee2546f14
gnu: q5go: Update to 2.1.3.
* gnu/packages/games.scm (q5go): Update to 2.1.3.
  [native-inputs]: Add autoconf and automake.
  [arguments]: Delete 'fix-header' phase. 'Update 'fix-configure-script',
  'fix-paths' and 'install-desktop-file' phases.
2023-07-05 15:02:12 +02:00
Efraim Flashner b1ca5e50a4
gnu: kio: Skip another test.
* gnu/packages/kde-frameworks.scm (kio)[arguments]: Adjust custom 'check
phase to skip a test which fails on aarch64-linux.
2023-07-05 09:53:45 +03:00
Efraim Flashner 63f8aab69c
gnu: vim-full: Remove expat linker workaround.
Python has correctly linked with expat for several years now.

* gnu/packages/vim.scm (vim-full)[arguments]: Remove make-flags.
2023-07-05 09:53:11 +03:00
Efraim Flashner 52efe95ac4
gnu: vim: Update to 9.0.1672.
* gnu/packages/vim.scm (vim): Update to 9.0.1672.
[arguments]: Adjust custom 'skip-or-fix-failing-tests to skip another
test.
2023-07-05 09:53:11 +03:00
Vagrant Cascadian 9122736455
gnu: opensbi: Update to 1.3.
* gnu/packages/firmware.scm (opensbi): Update to 1.3.
2023-07-04 14:39:51 -07:00
Mark H Weaver 27976d1bff
gnu: icecat: Update to 102.13.0-guix0-preview1 [security fixes].
Includes fixes for CVE-2023-37201, CVE-2023-37202, CVE-2023-37207,
CVE-2023-37208, and CVE-2023-37211.

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2023-07-04 16:42:17 -04:00
Leo Famulari 3b630604d1
gnu: linux-libre 6.1: Update to 6.1.37.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.37.
(linux-libre-6.1-pristine-source): Update hash.
2023-07-04 12:30:05 -04:00
Leo Famulari 886edb8e1b
gnu: linux-libre: Update to 6.3.11.
* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.11.
(linux-libre-6.3-pristine-source): Update hash.
2023-07-04 12:30:05 -04:00
John Kehayias ce4f4c23a5
gnu: darktable: Update to 4.4.1.
* gnu/packages/photo.scm (darktable): Update to 4.4.1.
[phases]{fix-missing-include}: Remove phase as this has been fixed upstream.
2023-07-04 11:27:47 -04:00
Efraim Flashner 1011100868
gnu: local: Register missing patch.
* gnu/local.mk (dist_patch_DATA): Register missing patch.
2023-07-04 12:13:48 +03:00
Roman Scherer ec2b5784ab
gnu: Add cl-postgres+local-time.
The local-time extension for cl-postgres has to be put in a separate package
to solve a dependency cycle between local-time and postmodern.

* gnu/packages/lisp-xyz.scm (sbcl-local-time)[arguments]: Add
  'delete-local-time' phase.
  (sbcl-cl-postgres+local-time): New variable.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2023-07-04 10:40:27 +02:00
Guillaume Le Vaillant 9a3cd4a969
gnu: p2pool: Update to 3.5.
* gnu/packages/finance.scm (p2pool): Update to 3.5.
2023-07-04 10:07:58 +02:00
Ahmad Draidi 09d31e3b09
gnu: xmrig: Update to 6.20.0.
* gnu/packages/finance.scm (xmrig): Update to 6.20.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-07-04 09:46:37 +02:00
Navid Afkhami cf7e0267ad
gnu: Add python-cesium.
* gnu/packages/python-xyz.scm (python-cesium): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2023-07-03 17:57:53 +02:00
Navid Afkhami 07f083e94f
gnu: Add python-gatspy.
* gnu/packages/bioinformatics.scm (python-gatspy): New variable.
2023-07-03 17:45:48 +02:00
Ricardo Wurmus f821c06b67
gnu: Add python-astroml.
* gnu/packages/astronomy.scm (python-astroml): New variable.
2023-07-03 17:45:48 +02:00
Ricardo Wurmus c66e5ef5f9
gnu: cutadapt: Update to 4.0.
* gnu/packages/bioinformatics.scm (cutadapt): Update to 4.0.
[build-system]: Use pyproject-build-system.
[arguments]: Disable a single test; remove 'always-cythonize build phase; add
phase 'fix-test.
[native-inputs]: Add python-pytest-mock and python-pytest-timeout.
2023-07-03 16:37:45 +02:00
Ricardo Wurmus cb15c60d35
gnu: python-dnaio: Update to 0.10.0.
* gnu/packages/bioinformatics.scm (python-dnaio): Update to 0.10.0.
[arguments]: Disable tests, because they don't exist.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-setuptools-scm; move python-xopen from here...
[propagated-inputs]: ...to here.
2023-07-03 16:36:53 +02:00
Ricardo Wurmus 1b956b17b2
gnu: python-xopen: Update to 1.7.0.
* gnu/packages/python-xyz.scm (python-xopen): Update to 1.7.0.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Add pigz, python-isal, and python-typing-extensions; move
python-setuptools-scm from here...
[native-inputs]: ...to here; add python-pytest and python-pytest-timeout.
[description]: Reflow.
2023-07-03 16:35:48 +02:00
Ricardo Wurmus d56a6fa9b2
gnu: python-isal: Update to 1.1.0.
* gnu/packages/python-compression.scm (python-isal): Update to 1.1.0.
[build-system]: Use pyproject-build-system.
2023-07-03 16:07:54 +02:00
Navid Afkhami 669f0eaed6
gnu: Add r-dtmm.
* gnu/packages/bioinformatics.scm (r-dtmm): New variable.
2023-07-03 13:42:47 +02:00
Navid Afkhami 29ccd7cac9
gnu: Add r-fsa.
* gnu/packages/cran.scm (r-fsa): New variable.
2023-07-03 10:00:16 +02:00
Navid Afkhami 9dda8cdde5
gnu: Add r-dicekriging.
* gnu/packages/cran.scm (r-dicekriging): New variable.
2023-07-03 09:59:55 +02:00
Navid Afkhami 11651fbf7f
gnu: Add r-cellid.
* gnu/packages/bioconductor.scm (r-cellid): New variable.
2023-07-03 09:58:57 +02:00
Navid Afkhami 6398fa7860
gnu: Add r-dunn-test.
* gnu/packages/cran.scm (r-dunn-test): New variable.
2023-07-03 09:57:56 +02:00
Navid Afkhami 896c872306
gnu: Add r-ggfittext.
* gnu/packages/cran.scm (r-ggfittext): New variable.
2023-07-03 09:57:15 +02:00
Navid Afkhami 4ef4de633c
gnu: Add r-tidyft.
* gnu/packages/cran.scm (r-tidyft): New variable.
2023-07-03 09:57:15 +02:00
Navid Afkhami cd7900c71f
gnu: Add r-emoa.
* gnu/packages/cran.scm (r-emoa): New variable.
2023-07-03 09:56:41 +02:00
Navid Afkhami aae5f41b36
gnu: Add r-mlrmbo.
* gnu/packages/cran.scm (r-mlrmbo): New variable.
2023-07-03 09:56:14 +02:00
Navid Afkhami 3f055028ac
gnu: Add r-mlr.
* gnu/packages/cran.scm (r-mlr): New variable.
2023-07-03 09:47:15 +02:00
Navid Afkhami 155e3f2e87
gnu: Add r-parallelmap.
* gnu/packages/cran.scm (r-parallelmap): New variable.
2023-07-03 09:45:16 +02:00
Navid Afkhami 143ecd555a
gnu: Add r-smoof.
* gnu/packages/cran.scm (r-smoof): New variable.
2023-07-03 09:44:15 +02:00
Navid Afkhami 828f75ce75
gnu: Add r-paramhelpers.
* gnu/packages/cran.scm (r-paramhelpers): New variable.
2023-07-03 09:43:43 +02:00
Ricardo Wurmus eb55223e28
gnu: r-v8: Update to 4.3.1.
* gnu/packages/cran.scm (r-v8): Update to 4.3.1.
[properties]: Let updater ignore libnode.
2023-07-03 09:36:31 +02:00
Danny Milosavljevic 08649cfcd4
gnu: jbr: Make big cursors work.
* gnu/packages/patches/jbr-17-xcursor-no-dynamic.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/java.scm (jbr17)[source]<#:patches>: Add it.
2023-07-03 03:09:30 +02:00
Danny Milosavljevic 6cdab8fd09
gnu: Add jbr.
* gnu/packages/java.scm (jbr17): New variable.
2023-07-03 00:01:29 +02:00
Hartmut Goebel 246445b20d
gnu: nextcloud-client: Update to 3.8.2.
* gnu/packages/sync.scm (nextcloud-client): Update to 3.8.2.
[snippets]: Keep 3rd-party files from kirigami. Remove more references of
deleted 3rd parties.  Adjust substitute for new code.
[configure-flags]: Disable building the updater.
[phases]<patch-cmake>: Adjust substitute for new code.
<check>: Use custom phase to disable a failing test.
[inputs]: Add dbus and karchive.
[native-inputs]: Add librsvg-for-system.
2023-07-02 20:40:59 +02:00
Hartmut Goebel 1d471bbe44
gnu: podman: Fix path to helper binaries.
'quadlet' and 'rootlessport' coming with podman reside in
"#$output/libexex/podman", not in "#$output/bin".  Thus search this
first.

* gnu/packages/containers.scm (podman)[phases]<fix-hardcoded-paths>:
  Change subsitution for "/usr/local/libexec/podman", add substitution
  for "/usr/local/lib/podman".
2023-07-02 20:27:22 +02:00
Cory Fields 39a3251feb
gnu: llvm: make clang-make-toolchain public
Matches gcc-make-toolchain. Allow for llvm build to be patched.

* gnu/packages/llvm.scm: make clang-make-toolchain public

Signed-off-by: Carl Dong <contact@carldong.me>
2023-07-02 13:12:02 -04:00
Vagrant Cascadian a919a16898
gnu: python-pyelftools: Update to 0.29.
* gnu/packages/python-xyz.scm (python-pyelftools): Update to 0.29.
2023-07-01 18:57:33 -07:00
Nicolas Graves c4a836f65d
gnu: Add python-tree-sitter.
* gnu/packages/tree-sitter.scm (python-tree-sitter): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Reviewed-by: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com>
2023-07-01 23:38:27 +02:00
Hilton Chain 5da45e54c5
gnu: Add miniflux.
* gnu/packages/web.scm (miniflux): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:27 +02:00
Hilton Chain 74adc15787
gnu: Add go-github-com-rylans-getlang.
* gnu/packages/golang.scm (go-github-com-rylans-getlang): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:27 +02:00
Hilton Chain 8e755ae077
gnu: Add go-github-com-matrix-org-gomatrix.
* gnu/packages/golang.scm (go-github-com-matrix-org-gomatrix): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:27 +02:00
Hilton Chain 7c9265c46f
gnu: Add go-github-com-go-telegram-bot-api-telegram-bot-api.
* gnu/packages/golang.scm (go-github-com-go-telegram-bot-api-telegram-bot-api): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:27 +02:00
Hilton Chain ae93b542b2
gnu: Add go-github-com-technoweenie-multipartstreamer.
* gnu/packages/golang.scm (go-github-com-technoweenie-multipartstreamer): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:27 +02:00
Hilton Chain 71a2821105
gnu: Add go-github-com-tdewolff-minify-v2.
* gnu/packages/golang.scm (go-github-com-tdewolff-minify-v2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:27 +02:00
Hilton Chain ac481a0050
gnu: Add go-github-com-tdewolff-parse-v2.
* gnu/packages/golang.scm (go-github-com-tdewolff-parse-v2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:27 +02:00
Hilton Chain b7708699d9
gnu: Add go-github-com-tdewolff-test.
* gnu/packages/golang.scm (go-github-com-tdewolff-test): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:26 +02:00
Hilton Chain f52a41ab97
gnu: Add go-github-com-coreos-go-oidc.
* gnu/packages/golang.scm (go-github-com-coreos-go-oidc): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:26 +02:00
Hilton Chain 9e9d73333d
gnu: Add go-gopkg-in-square-go-jose-v2.
* gnu/packages/golang.scm (go-gopkg-in-square-go-jose-v2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:26 +02:00
Hilton Chain f69e7eaf73
gnu: Add go-github-com-pquerna-cachecontrol.
* gnu/packages/golang.scm (go-github-com-pquerna-cachecontrol): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:26 +02:00
Bruno Victal a3363e50cf
gnu: mympd: Update to 10.3.3.
* gnu/packages/mpd.scm (mympd): Update to 10.3.3.
<arguments>: Honor 'strip phase.
<native-inputs>: Add missing pkg-config.
<description>: Reword it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:26 +02:00
Greg Hogan 740b423e9e
gnu: cabextract: Update to 1.11.
* gnu/packages/compression.scm (cabextract): Update to 1.11.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:26 +02:00
Greg Hogan f8c442e1ae
gnu: libmspack: Update to 0.11.
* gnu/packages/compression.scm (libmspack): Update to 0.11.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:26 +02:00
Feng Shu 2fd7edf41f
gnu: Remove duplicate import.
* gnu/packages/wm.scm: Remove duplicate (gnu packages gettext) import.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:26 +02:00
Antero Mejr 0dc8d4f8f0
gnu: Add plan9port.
* gnu/packages/plan9.scm (plan9port): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:25 +02:00
Andy Tai 2a723922ac
gnu: Add neon2sse
* gnu/packages/assembly.scm (neon2sse): New variable

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:25 +02:00
Vessel Vave f9bb27b9b0
gnu: Add swayfx.
* gnu/packages/wm.scm (swayfx): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:25 +02:00
Timo Wilken d6ca51d82a
gnu: php: Enable sysvsem module.
Nextcloud 26 strongly recommends installing this module.

* gnu/packages/php.scm: (php)[arguments]: Add "--enable-sysvsem" configure
  flag.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:25 +02:00
Z572 209c892ebe
gnu: zita-alsa-pcmi: Use new style for arguments.
* gnu/packages/audio.scm(zita-alsa-pcmi)[arguments]: Use
G-Expressions.  Delete trailing #ts.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:25 +02:00
Z572 42951e7c86
gnu: zita-alsa-pcmi: fix cross-build.
* gnu/packages/audio.scm (zita-alsa-pcmi): fix cross-build.
[arguments]: use CXX-FOR-TARGET.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:25 +02:00
Z572 3570d092ac
gnu: zita-alsa-pcmi: Do not build with "-march=native".
* gnu/packages/audio.scm (zita-alsa-pcmi): Do not build with "-march=native".
[arguments]<#:phases>: remove '-march=native' form source/Makefile.
[properties]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:25 +02:00
Nicolas Goaziou 76e39909e8
Revert "gnu: nix: Use HTTPS for package source."
This reverts commit cdb3cd4afa.

Wrong patch revision.
2023-07-01 16:04:51 +02:00
Nicolas Goaziou f3e9dfc547
Revert "gnu: nix: Update to 2.16.0."
This reverts commit 554d46882b.

Wrong patch revision.
2023-07-01 16:04:29 +02:00
Nicolas Goaziou 196977fb64
Revert "gnu: Add rapidcheck."
This reverts commit 4236e24cb9.

Wrong patch revision.
2023-07-01 16:03:58 +02:00
Zhu Zihao cdb3cd4afa
gnu: nix: Use HTTPS for package source.
* gnu/packages/package-management.scm (nix)[source]: Use HTTPS.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 15:49:05 +02:00
Zhu Zihao 554d46882b
gnu: nix: Update to 2.16.0.
* gnu/packages/package-management.scm (nix): Update to 2.16.0.
[inputs]: Add nlohmann-json.
[native-inputs]: Add rapidcheck.
[arguments]<#:phases>: In phase "check", change the value of environment
variable  "NIX_STORE" to "/nix/store" temporarily.

* gnu/packages/patches/nix-dont-build-html-doc.diff: Update.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 15:48:55 +02:00
Zhu Zihao 4236e24cb9
gnu: Add rapidcheck.
* gnu/packages/check.scm (rapidcheck): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 15:48:09 +02:00
Denis 'GNUtoo' Carikli a02e3503e5
gnu: Add font-velvetyne-jgs.
* gnu/packages/fonts.scm (font-velvetyne-jgs): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 15:48:04 +02:00
Liliana Marie Prikler 889e1dbae3
gnu: catch2: Use correct configure flag to disable errors.
* gnu/packages/check.scm (catch2)[#:configure-flags]: Replace
“-DENABLE_ERROR=OFF” with “-DCATCH_ENABLE_WERROR=OFF”.
2023-07-01 12:26:49 +02:00
David Elsing f08754626c
gnu: catch2: Update to 3.3.2.
* gnu/packages/check.scm (catch2-3.1): Rename to catch2-3.3.
[version, source]: Update to 3.3.2.
[outputs]: Remove ‘doc’.
[build-system]: Use cmake-build-system.
[arguments]: Remove special phases.  Add CMake options to #:configure-flags.
* gnu/packages/potassco.scm (clingo): Adjust accordingly.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-01 11:53:20 +02:00
David Elsing 770f4ef198
gnu: clingo: Unbundle dependencies.
* gnu/packages/potassco.scm: (clingo)[#:phases]: Patch CMakeLists.txt files to
use external dependencies.
[native-inputs]: Add mpark-variant, tl-optional, tsl-hopscotch-map,
tsl-ordered-map and tsl-sparse-map.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-01 11:53:20 +02:00
David Elsing 1a86c362a1
gnu: Add tl-optional.
* gnu/packages/cpp.scm (tl-optional): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-01 11:53:20 +02:00
David Elsing 25045bec67
gnu: Add tsl-ordered-map.
* gnu/packages/cpp.scm (tsl-ordered-map): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-01 11:53:20 +02:00
David Elsing 53ade735cf
gnu: Add tsl-sparse-map.
* gnu/packages/cpp.scm (tsl-sparse-map): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-01 11:53:20 +02:00
David Elsing 33e2996375
gnu: Add tsl-hopscotch-map.
* gnu/packages/cpp.scm (tsl-hopscotch-map): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-01 11:53:19 +02:00
David Elsing 6ff3c359e7
gnu: Add mpark-variant.
* gnu/packages/cpp.scm (mpark-variant): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-01 11:53:19 +02:00
Nicolas Goaziou 0260ce463e
gnu: font-intel-one-mono: Update to 1.2.1.
* gnu/packages/fonts.scm (font-intel-one-mono): Update to 1.2.1.
2023-07-01 11:18:00 +02:00
Saku Laesvuori via Guix-patches via 3d55a6b5db
gnu: Add yle-dl.
* gnu/packages/video.scm (yle-dl): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 11:13:47 +02:00
wrobell d8c89606fc
gnu: erlang: Fix Erlang package substitutions.
* gnu/packages/erlang.scm (erlang)[arguments]<#:phases>: Both `dirname` and
`basename` need to be substituted. There is no need for `sed` substitution in
Erlag 25.3.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 11:04:18 +02:00
Hilton Chain 6789c4f3cb
gnu: Add qbittorrent-enhanced-nox.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced-nox): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 11:02:21 +02:00
Hilton Chain via Guix-patches via 3880bfe5a9
gnu: Add qbittorrent-enhanced.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): New variable.
2023-07-01 11:01:38 +02:00
Wamm K. D 2c83ccc609
gnu: Add pantheon-wallpapers.
* gnu/packages/pantheon.scm (pantheon-wallpapers): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 10:56:16 +02:00
gemmaro d3eebaf71d
gnu: Add font-intel-one-mono
* gnu/packages/fonts.scm (font-intel-one-mono): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 10:54:53 +02:00
Rikard Nordgren 9c0d8c44ba
gnu: Add greaseweazle-host-tools.
* gnu/packages/disk.scm (greaseweazle-host-tools): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 10:48:04 +02:00
Wolf 8c8ca87c19
gnu: Add font-ipa.
* gnu/packages/fonts.scm (font-ipa): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 10:44:26 +02:00
Tobias Kortkamp 14d4ff6cae
gnu: password-store: Fix program name in usage and tmpdir.
* gnu/packages/password-utils.scm (password-store): Fix program name in
usage and tmpdir.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 10:40:11 +02:00
Felix Lechner via Guix-patches via 244baa607d
gnu: tpm2-tools: New variable
* gnu/packages/hardware.scm (tpm-tools): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 10:38:03 +02:00
Vinicius Monego 89e1c97682
gnu: python-plotly: Update to 5.14.1.
* gnu/packages/graph.scm (python-plotly): Update to 5.14.1.
2023-07-01 10:31:14 +02:00
Vinicius Monego 925ef60b66
gnu: python-plotly: Fix version.
* gnu/packages/graph.scm (python-plotly)[arguments]: In the fix-version phase,
substitute the correct version string.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 10:31:06 +02:00
Spencer Skylar Chan afab4dd869
gnu: whoogle-search: Update to 0.8.2.
* gnu/packages/python-web.scm (whoogle-search): Update to 0.8.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 10:22:13 +02:00
Wamm K. D a38872978e
gnu: Add show-me-the-key.
* gnu/packages/xdisorg.scm (show-me-the-key): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 10:21:07 +02:00
Benjamin 92d05b79e8
gnu: neovim: Update to 0.9.1.
* gnu/packages/vim.scm (neovim): Update to 0.9.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-01 08:09:21 +01:00
Andy Tai 6a4592d32c
gnu: xpra: Update to 4.4.6.
* gnu/packages/xorg.scm (xpra): Update to 4.4.6.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-01 08:09:21 +01:00
hako 063aa5b318
gnu: libssh: Update to 0.10.5.
* gnu/packages/ssh.scm (libssh): Update to 0.10.5.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-01 08:09:21 +01:00
Juliana Sims 44636fd92d
gnu: qpwgraph: Update to 0.4.4.
* gnu/packages/audio.scm (qpwgraph): Update to 0.4.4.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-01 08:09:17 +01:00
Hilton Chain f7b889e445
gnu: public-suffix-list: Update to 0-2.d2d3e2e.
* gnu/packages/dns.scm (public-suffix-list): Update to 0-2.d2d3e2e.
[build-system]: Switch to copy-build-system.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-01 08:02:02 +01:00
Timotej Lazar 3afbef08e6
gnu: tcpdump: Update to 4.99.4 [fixes CVE-2023-1801].
* gnu/packages/admin.scm (tcpdump): Update to 4.99.4.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-01 08:01:35 +01:00
Christopher Baines e11e47ce2b
gnu: guile-squee: Update to 0-5.9f26095.
* gnu/packages/guile-xyz.scm (guile-squee): Update to 0-5.9f26095.
[arguments]: Update style.
2023-07-01 07:57:54 +01:00
Arjan Adriaanse 356c0009d4
gnu: python-matrix-nio: Update to 0.20.2.
* gnu/packages/matrix.scm (python-matrix-nio): Update to 0.20.2.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-07-01 08:13:18 +04:00
Arjan Adriaanse f705d382c3
gnu: python-aiofiles: Update to 23.1.0.
* gnu/packages/python-xyz.scm (python-aiofiles): Update to 23.1.0.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-07-01 08:13:07 +04:00
Nicolas Goaziou f060b3a1fc
gnu: emacs-tramp: Update to 2.6.1.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.6.1.
2023-07-01 01:06:00 +02:00
Nicolas Goaziou 6141a0159c
gnu: emacs-org: Update to 9.6.7.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.7.
2023-07-01 00:57:48 +02:00
Nicolas Goaziou 58346c4206
gnu: emacs-logos: Update to 1.1.1.
* gnu/packages/emacs-xyz.scm (emacs-logos): Update to 1.1.1.
2023-07-01 00:56:29 +02:00
Nicolas Goaziou 4d6350c212
gnu: emacs-git-timemachine: Update to 4.13.
* gnu/packages/emacs-xyz.scm (emacs-git-timemachine): Update to 4.13.
[source]: Remove ".git" suffix.
2023-07-01 00:53:12 +02:00
Nicolas Goaziou 19450a62c6
gnu: emacs-evil-nerd-commenter: Update to 3.6.1.
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.6.1.
2023-07-01 00:50:49 +02:00
Nicolas Goaziou fec5d8925b
gnu: emacs-evil-matchit: Update to 3.0.2.
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 3.0.2.
2023-07-01 00:49:15 +02:00
Nicolas Goaziou 9e8da0b338
gnu: emacs-elixir-mode: Update to 2.5.0.
* gnu/packages/emacs-xyz.scm (emacs-elixir-mode): Update to 2.5.0.
2023-07-01 00:48:02 +02:00
Nicolas Goaziou ce2804c581
gnu: emacs-ef-themes: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-ef-themes): Update to 1.2.0.
2023-07-01 00:45:58 +02:00
Nicolas Goaziou 04a151dfff
gnu: emacs-dtrt-indent: Update to 1.11.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.11.
2023-07-01 00:44:56 +02:00
Nicolas Goaziou d14a83ace2
gnu: emacs-clojure-mode: Update to 5.16.1.
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.16.1.
2023-07-01 00:42:40 +02:00
Tobias Geerinckx-Rice 4b2a2161a5
gnu: opensmtpd: Update to 7.3.0p1.
* gnu/packages/mail.scm (opensmtpd): Update to 7.3.0p1.
[inputs]: Replace openssl with now-working libressl.
2023-06-30 19:47:43 +02:00
Tobias Geerinckx-Rice 023ff65146
gnu: opensmtpd: Build with OpenSSL.
When building with libressl, smtpd will silently segfault in libtls.so.

* gnu/packages/mail.scm (opensmtpd)[inputs]: Replace libressl with
openssl.
2023-06-30 19:16:01 +02:00
Tobias Geerinckx-Rice 902a48e0d3
gnu: Remove libasr.
It has been subsumed by OpenSMTPd and is otherwise unused.

See <https://issues.guix.gnu.org/64271>.

* gnu/packages/dns.scm (libasr): Delete variable.
* gnu/packages/mail.scm (opensmtpd)[inputs]: Remove it to use the
bundled ‘copy’.
2023-06-30 17:02:23 +02:00
Efraim Flashner 63d555cd0c
gnu: toot: Update to 0.37.0.
* gnu/packages/mastodon.scm (toot): Update to 0.37.0.
[native-inputs]: Add python-psycopg2.
2023-06-30 14:11:42 +03:00
Efraim Flashner 480d37f94a
gnu: git-annex: Update to 10.20230626.
* gnu/packages/haskell-apps.scm (10.20230626): Update to 10.20230626.
2023-06-30 14:11:42 +03:00
Efraim Flashner 0feead09f0
gnu: weechat: Update to 4.0.0.
* gnu/packages/irc.scm (weechat): Update to 4.0.0.
[arguments]: Adjust the configure-flags to continue enable building the
docs.
2023-06-30 14:11:42 +03:00
Navid Afkhami 94ac93042f
gnu: Add rscape.
* gnu/packages/bioinformatics.scm (rscape): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-06-29 22:25:35 +02:00
Leo Famulari 06d8000591
gnu: linux-libre 4.14: Update to 4.14.320.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.320.
(linux-libre-4.14-pristine-source): Update hash.
2023-06-29 15:41:28 -04:00
Leo Famulari 79febc5743
gnu: linux-libre 4.19: Update to 4.19.288.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.288.
(linux-libre-4.19-pristine-source): Update hash.
2023-06-29 15:41:27 -04:00
Leo Famulari de646bd5da
gnu: linux-libre 5.4: Update to 5.4.249.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.249.
(linux-libre-5.4-pristine-source): Update hash.
2023-06-29 15:41:27 -04:00
Leo Famulari d67dfb9cd1
gnu: linux-libre 5.10: Update to 5.10.186.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.186.
(linux-libre-5.10-pristine-source): Update hash.
2023-06-29 15:41:27 -04:00
Leo Famulari 5535292f9c
gnu: linux-libre 5.15: Update to 5.15.119.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.119.
(linux-libre-5.15-pristine-source): Update hash.
2023-06-29 15:41:27 -04:00
Leo Famulari 7ee27b16d2
gnu: linux-libre 6.1: Update to 6.1.36.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.36.
(linux-libre-6.1-pristine-source): Update hash.
2023-06-29 15:41:27 -04:00
Leo Famulari 6ff8253807
gnu: linux-libre: Update to 6.3.10.
* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.10.
(linux-libre-6.3-pristine-source): Update hash.
2023-06-29 15:41:23 -04:00
Arun Isaac d4e9ad2d42
gnu: python-pandas-flavor: Update to 0.5.0.
* gnu/packages/python-science.scm (python-pandas-flavor): Update to 0.5.0.
[propagated-inputs]: Add python-lazy-loader and python-packaging.
[home-page]: Update.
2023-06-29 17:01:56 +01:00
Arun Isaac 8c655cec9d
gnu: Add python-lazy-loader.
* gnu/packages/python-xyz.scm (python-lazy-loader): New variable.
2023-06-29 17:01:50 +01:00
John Kehayias 2b25bc03a1
gnu: imgui-1.86: Adjust make-flags.
* gnu/packages/toolkits.scm (imgui-1.86)[arguments]: Remove the
"-DImDrawIdx=unsigned int" make-flag which breaks the display of mangohud, the
only dependent.
2023-06-29 10:51:57 -04:00
John Kehayias 15056f47c2
gnu: imgui: Use #:make-flags.
* gnu/packages/toolkits.scm (imgui)[arguments]: Add #:make-flags to replace
compiler arguments in the 'build phase.
2023-06-29 10:51:47 -04:00
Ricardo Wurmus 10ff8ff4b5
gnu: r-pando: Update to 1.0.5.
* gnu/packages/bioinformatics.scm (r-pando): Update to 1.0.5.
[propagated-inputs]: Remove r-brms and r-xgboost; add r-grr and
r-matrixgenerics.
2023-06-29 12:01:22 +02:00
Ricardo Wurmus be42a9f5eb
gnu: Add python-rasterio.
* gnu/packages/python-xyz.scm (python-rasterio): New variable.
2023-06-29 12:01:22 +02:00
Ricardo Wurmus b68bf7d3da
gnu: Add python-affine.
* gnu/packages/python-xyz.scm (python-affine): New variable.
2023-06-29 12:01:22 +02:00
Ricardo Wurmus a4aadeef9c
gnu: Add python-snuggs.
* gnu/packages/python-xyz.scm (python-snuggs): New variable.
2023-06-29 12:01:22 +02:00
Ricardo Wurmus 8e1eeedff6
gnu: openjdk19: Update to 19.0.2.
* gnu/packages/java.scm (openjdk19): Update to 19.0.2.
2023-06-29 12:01:22 +02:00
Ricardo Wurmus 2a7ca17068
gnu: python-distributed: Disable timeout test.
* gnu/packages/python-science.scm (python-distributed)[arguments]: Disable
test_nanny_timeout, because it times out.
2023-06-29 12:01:22 +02:00
Ricardo Wurmus 1e9a59bb54
gnu: python-threadpoolctl: Update to 3.1.0.
* gnu/packages/machine-learning.scm (python-threadpoolctl): Update to 3.1.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom 'check phase.
[native-inputs]: Add python-flit-core.
2023-06-29 12:01:21 +02:00
Andre A. Gomes b24a05830d
gnu: nyxt: Update to 3.3.0.
* gnu/packages/web-browsers.scm (nyxt): Update to 3.3.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-06-28 16:51:36 +02:00
Hilton Chain a98126e604
gnu: emacs-wanderlust: Update to 2.15.9-791.8369b2d.
* gnu/packages/emacs-xyz.scm (emacs-wanderlust): Update to 2.15.9-791.8369b2d.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-06-28 07:40:38 +04:00
Hilton Chain c8f280c9ef
gnu: emacs-flim-lb: Update to 1.14.9-136.2cf5a78.
* gnu/packages/emacs-xyz.scm (emacs-flim-lb): Update to 1.14.9-136.2cf5a78.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-06-28 07:40:38 +04:00
Hilton Chain 5f7b7d1c61
gnu: Add emacs-spamfilter-el.
* gnu/packages/emacs-xyz.scm (emacs-spamfilter-el): New variable.
(emacs-wanderlust)[inputs]: Add emacs-spamfilter-el.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-06-28 07:40:37 +04:00
John Kehayias 63660f0feb
services: pam-limits: Add lightdm.
Without this a user's pam-limits-service-type configuration does not have an
effect when using lightdm.

* gnu/services/base.scm (pam-limits-service-type): Add "lightdm" to the list.
2023-06-27 15:43:27 -04:00
Ricardo Wurmus ac86174e22
gnu: Add gmt.
* gnu/packages/geo.scm (gmt): New variable.
2023-06-26 21:41:16 +02:00
Ricardo Wurmus 2a52c87d98
gnu: python-geopandas: Update to 0.13.2.
* gnu/packages/geo.scm (python-geopandas): Update to 0.13.2.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom 'check phase; add #:test-flags.
[propagated-inputs]: Add python-packaging.
2023-06-26 21:41:16 +02:00
Ricardo Wurmus 0578efa521
gnu: python-fiona: Update to 1.9.4.post1.
* gnu/packages/geo.scm (python-fiona): Update to 1.9.4.post1.
[propagated-inputs]: Remove python-munch, python-setuptools, and python-pytz;
add python-importlib-metadata.
[native-inputs]: Add python-pytz.
2023-06-26 21:41:16 +02:00
Leo Famulari c585b14ae8
gnu: linux-libre 4.14: Update to 4.14.319.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.319.
(linux-libre-4.14-pristine-source): Update hash.
2023-06-26 12:43:36 -04:00
Leo Famulari a3d60cfc2d
gnu: linux-libre 4.19: Update to 4.19.287.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.287.
(linux-libre-4.19-pristine-source): Update hash.
2023-06-26 12:43:36 -04:00
Leo Famulari 932bf4db44
gnu: linux-libre 5.4: Update to 5.4.248.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.248.
(linux-libre-5.4-pristine-source): Update hash.
2023-06-26 12:43:36 -04:00
Leo Famulari 147bdb21d6
gnu: linux-libre 5.10: Update to 5.10.185.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.185.
(linux-libre-5.10-pristine-source): Update hash.
2023-06-26 12:43:36 -04:00
Leo Famulari be39ebc4a8
gnu: linux-libre 5.15: Update to 5.15.118.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.118.
(linux-libre-5.15-pristine-source): Update hash.
2023-06-26 12:43:36 -04:00
Leo Famulari 5f2df9d814
gnu: linux-libre 6.1: Update to 6.1.35.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.35.
(linux-libre-6.1-pristine-source): Update hash.
2023-06-26 12:43:35 -04:00
Leo Famulari 8db3d616e7
gnu: linux-libre: Update to 6.3.9.
* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.9.
(linux-libre-6.3-pristine-source): Update hash.
2023-06-26 12:43:25 -04:00
Danny Milosavljevic 05a7f7bf6e
gnu: nvc: Update to 1.9.2.
* gnu/packages/fpga.scm (nvc): Update to 1.9.2.
2023-06-26 17:53:46 +02:00
Janneke Nieuwenhuizen 1bc878ded2
gnu: dezyne: Update to 2.17.3.
* gnu/packages/patches/dezyne-add-missing-shebangs.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/dezyne.scm (dezyne): Update to 2.17.3.
[source]: Remove patch, update hash.
2023-06-26 13:25:06 +02:00
Ricardo Wurmus 04c6fc9b90
gnu: Add r-rnaturalearthdata.
* gnu/packages/cran.scm (r-rnaturalearthdata): New variable.
2023-06-26 12:34:36 +02:00
Ricardo Wurmus c3446354a9
gnu: Add r-rnaturalearth.
* gnu/packages/cran.scm (r-rnaturalearth): New variable.
2023-06-26 12:34:35 +02:00
Ricardo Wurmus 75f24d40fd
gnu: Add r-rnaturalearthhires.
* gnu/packages/geo.scm (r-rnaturalearthhires): New variable.
2023-06-26 12:34:35 +02:00
Felix Gruber 23f02e6f96
gnu: python-cftime: Update to 1.6.2.
* gnu/packages/python-xyz.scm (python-cftime): Update to 1.6.2.
[build-system]: Use pyproject-build-system.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 10:10:48 +01:00
Timotej Lazar fdeb7adaed
gnu: mupdf: Update to 1.22.2.
* gnu/packages/pdf.scm (mupdf): Update to 1.22.2.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 10:09:47 +01:00
Andy Tai fd851660db
gnu: kdenlive: Update to 23.04.2
* gnu/packages/kde.scm (kdenlive): Update to 23.04.2

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:59:54 +01:00
Andy Tai 040926ece5
gnu: parallel: Update to 20230622.
* gnu/packages/parallel.scm (parallel): Update to 20230622.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:59:35 +01:00
Andy Tai 7638881469
gnu: a2ps: Update to 4.15.5.
* gnu/packages/pretty-print.scm (a2ps): Update to 4.15.5.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:59:10 +01:00
guix-patches--- via 102cbfd97c
gnu: aerc: Update to 0.15.2.
* gnu/packaging/mail.scm (aerc): Update to 0.15.2.
[arguments]: Tweak build flags and make command.
[inputs]: Add python and python-vobject.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:59:10 +01:00
guix-patches--- via acec1348fb
gnu: go-git-sr-ht-rockorager-tcell-term: Update to 0.9.0.
* gnu/packages/golang.scm (go-git-sr-ht-rockorager-tcell-term): Update to
0.9.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:59:10 +01:00
Andy Tai e11cf1d859
gnu: patchwork: Update to 3.1.1.
* gnu/packages/patchutils.scm (patchwork): Update to 3.1.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:59:07 +01:00
kiasoc5 ac3906fe00
gnu: mako: Update to 1.8.0.
* gnu/packages/wm.scm (mako): Update to 1.8.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:52:08 +01:00
kiasoc5 6c3a38442b
gnu: fuzzel: Update to 1.9.1.
* gnu/packages/xdisorg.scm (fuzzel): Update to 1.9.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:51:44 +01:00
gemmaro 93a5378b00
gnu: ruby-atoulme-saikuro: Enable tests.
* gnu/packages/ruby.scm (ruby-atoulme-saikuro)
[propagated-inputs]: Add ruby-irb-1.1.1 and ruby-e2mmap.
[arguments]: Enable tests.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:47:16 +01:00
gemmaro 54e083cef1
gnu: Add ruby-irb@1.1.1.
* gnu/packages/ruby.scm (ruby-irb-1.1.1): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:47:10 +01:00
Guillaume Le Vaillant e85593b36b
gnu: liquid-dsp: Update to 1.6.0.
* gnu/packages/radio.scm (liquid-dsp): Update to 1.6.0.
  [arguments]: Update 'delete-static-library' phase.
2023-06-26 09:52:51 +02:00
Greg Hogan 269cfe341f
gnu: aws-sdk-cpp: Update to 1.9.306.
* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.9.306.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-25 23:46:04 +02:00
Greg Hogan 7e60061da3
gnu: aws-lc: Fix tests.
* gnu/packages/tls.scm (aws-lc)[native-inputs]: Add libfaketime.
[arguments]<#:phases>: Replace and wrap 'check with faketime due to
certificate expiration.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-25 23:46:04 +02:00
Paul A. Patience 5cf9880dd4
gnu: python-trimesh: Update to 3.22.1.
* gnu/packages/python-science.scm (python-trimesh): Update to 3.22.1.
[arguments]<#:phases>: Update path in 'fix-build' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-25 23:46:03 +02:00
Greg Hogan 81cad57709
gnu: fswatch: Update to 1.17.1.
* gnu/packages/monitoring.scm (fswatch): Update to 1.17.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-25 23:46:03 +02:00
Vincent Prat e3f8e05c80
gnu: python-mypy-extensions: Fix style
* gnu/packages/python-check.scm (python-mypy-extensions): Fix style

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-25 23:46:03 +02:00
Vincent Prat 52fd420877
gnu: python-mypy-extensions: Update to 1.0.0
* gnu/packages/python-check.scm (python-mypy-extensions): Update to 1.0.0

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-25 23:46:03 +02:00
Z572 15b731954b
gnu: oneapi-dnnl: Fix building on riscv64-linux.
'CMake Error at src/cpu/rv64/CMakeLists.txt:36 (message):
  Only sequential runtime is now supported for a RISC-V CPU'.

* gnu/packages/machine-learning.scm (oneapi-dnnl)[arguments]: Adjust
configure-flags when building for riscv64-linux to fix build.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-25 23:46:03 +02:00
Ludovic Courtès 6c0e7b2665
services: Validate 'provision' field of <shepherd-service>.
Fixes <https://issues.guix.gnu.org/63979>.

* gnu/services/shepherd.scm (validate-provision): New procedure.
(<shepherd-service>)[provision]: Use it.

Co-authored-by: Bruno Victal <mirai@makinata.eu>
2023-06-25 23:46:03 +02:00
Paul A. Patience d08cb9bf44
gnu: nomad-optimizer: Fix build.
* gnu/packages/maths.scm (nomad-optimizer)
[arguments]<#:phases>: Remove 'delete-superfluous-egg-info' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-25 23:46:03 +02:00
Paul A. Patience bdf3d621bf
gnu: mmg: Update to 5.7.1.
* gnu/packages/graphics.scm (mmg): Update to 5.7.1.
[arguments]<#:configure-flags>: Set -DCMAKE_INSTALL_MANDIR. Add
-DBUILD_DOC=ON and -DUSE_SCOTCH=ON, the defaults of which changed since
the last version. Scotch is still autodetected, but explicitly enabling
it causes the configuration to fail if it is not found.
<#:phases>: Do not copy the manual pages, because the build now does it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-25 23:46:03 +02:00
Sharlatan Hellseher 41e8726c89
gnu: Add python-msgspec.
* gnu/packages/serialization.scm (python-msgspec): New variable.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-06-25 18:20:43 -03:00
Vinicius Monego c55611ff3f
gnu: Add python-pymc.
* gnu/packages/statistics.scm (python-pymc): New variable.
2023-06-25 10:48:07 -03:00
Vinicius Monego cbcab52fd1
gnu: Add python-pytensor.
* gnu/packages/python-science.scm (python-pytensor): New variable.
2023-06-25 10:48:05 -03:00
Vinicius Monego 4d9d673a86
gnu: Add python-fastprogress.
* gnu/packages/python-xyz.scm (python-fastprogress): New variable.
2023-06-25 10:43:22 -03:00
Vinicius Monego 514856e1aa
gnu: Add python-arviz.
* gnu/packages/statistics.scm (python-arviz): New variable.
2023-06-25 10:43:22 -03:00
Vinicius Monego a38f5a71ad
gnu: Add python-xarray-einstats.
* gnu/packages/python-science.scm (python-xarray-einstats): New variable.
2023-06-25 10:43:22 -03:00
Vinicius Monego b08a1f3ce1
gnu: python-xarray: Update to 2023.6.0.
* gnu/packages/python-science.scm (python-xarray): Update to 2023.6.0.
[build-system]: Switch to pyproject-build-system.
[arguments]: Do not override the check phase.
2023-06-25 10:43:22 -03:00
Vinicius Monego 6bc2fbc14c
gnu: Add python-einops.
* gnu/packages/python-science.scm (python-einops): New variable.
2023-06-25 10:43:22 -03:00
Vinicius Monego fa214b27cf
gnu: Add python-altair.
* gnu/packages/statistics.scm (python-altair): New variable.
2023-06-25 10:43:21 -03:00
Vinicius Monego 64e5e17d8c
gnu: Add python-vega-datasets.
* gnu/packages/statistics.scm (python-vega-datasets): New variable.
* gnu/packages/patches/python-vega-datasets-remove-la-riots-code.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Register it.
2023-06-25 10:43:18 -03:00
Liliana Marie Prikler c210dbe43e
gnu: recutils: Symlink bash loadables.
This makes it so that the "enable" builtin finds readrec and testrec without
having to supply the full store path.

* gnu/packages/databases.scm (recutils)[#:phases]: Add
‘symlink-bash-loadables’.
2023-06-25 14:27:59 +02:00
Liliana Marie Prikler 5abcfe7a79
gnu: cambalache: Update to 0.12.0.
* gnu/packages/gnome.scm (cambalache): Update to 0.12.0.
[arguments]<#:tests?>: Disable.
<#:phases>: Adjust ‘patch-build’ accordingly.  Add ‘fake-cc’.
[inputs]: Add gtksourceview-4 and python-pycairo.
Replace webkitgtk-with-libsoup2 with webkitgtk and webkitgtk-next.
[native-inputs]: Add weston.
2023-06-25 14:27:59 +02:00
Sughosha bf164e8d37
gnu: tracker-miners: Add search path for TRACKER_CLI_SUBCOMMANDS_DIR.
* gnu/packages/gnome.scm (tracker-miners)[native-search-paths]: New field.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-06-25 14:27:59 +02:00
Liliana Marie Prikler 5cc63206bb
gnu: fmt: Update to 10.0.0.
* gnu/packages/pretty-print.scm (fmt-10): New variable.
(fmt-9): Inherit from fmt-10.
(fmt-8): Inherit from fmt-9.
(fmt-8.0, fmt-7): Inherit from fmt-8.
(fmt-6): Inherit from fmt-7.
(fmt): New variable.
2023-06-25 14:27:58 +02:00
Efraim Flashner 01d5d6807f
gnu: emacs-subed: Add missing input.
* gnu/packages/emacs-xyz.scm (emacs-subed)[native-inputs]: Add
emacs-buttercup.
2023-06-25 11:51:36 +03:00
Efraim Flashner 7400797341
gnu: python-codespell: Update to 2.2.5.
* gnu/packages/python-xyz.scm (python-codespell): Update to 2.2.5.
2023-06-24 22:48:13 +03:00
Efraim Flashner 815dd5bce3
gnu: yt-dlp: Update to 2023.06.22.
* gnu/packages/video.scm (yt-dlp): Update to 2023.06.22.
[native-inputs]: Rewrite using supported-package?.
2023-06-24 21:56:52 +03:00