jackhill/guix/guix.git
3 years agognu: sbcl-dbi: Update to 0.9.5-1.7ba050d.
Guillaume Le Vaillant [Sat, 15 May 2021 08:10:45 +0000 (10:10 +0200)]
gnu: sbcl-dbi: Update to 0.9.5-1.7ba050d.

* gnu/packages/lisp-xyz.scm (sbcl-dbi): Update to 0.9.5-1.7ba050d.
  [native-inputs]: Add alexandria.

3 years agognu: sbcl-sxql: Update to 0.1.0-2.acdd183.
Sharlatan Hellseher [Fri, 14 May 2021 22:46:49 +0000 (23:46 +0100)]
gnu: sbcl-sxql: Update to 0.1.0-2.acdd183.

* gnu/packages/lisp-xyz.scm (sbcl-sxql): Update to 0.1.0-2.acdd183.
  [arguments]: Remove unnecessary '#:test-asd-file'.
  [inputs]: Add cl-package-locks.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add cl-package-locks.
Sharlatan Hellseher [Fri, 14 May 2021 22:36:56 +0000 (23:36 +0100)]
gnu: Add cl-package-locks.

* gnu/packages/lisp-xyz.scm (sbcl-cl-package-locks,
  ecl-cl-package-locks, cl-package-locks): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: komikku: Update to 0.28.1.
Leo Prikler [Sat, 15 May 2021 08:14:30 +0000 (10:14 +0200)]
gnu: komikku: Update to 0.28.1.

* gnu/packages/gnome.scm (komikku): Update to 0.28.1.

3 years agognu: guile-chickadee: Update to 0.7.0.
Leo Prikler [Fri, 16 Apr 2021 10:36:02 +0000 (12:36 +0200)]
gnu: guile-chickadee: Update to 0.7.0.

* gnu/packages/game-development.scm (guile-chickadee): Update to 0.7.0.

3 years agognu: guile-sdl2: Update to 0.6.0.
Leo Prikler [Fri, 16 Apr 2021 10:35:31 +0000 (12:35 +0200)]
gnu: guile-sdl2: Update to 0.6.0.

* gnu/packages/sdl.scm (guile-sdl2): Update to 0.6.0.

3 years agognu: Add interbench.
Arun Isaac [Sat, 8 May 2021 13:03:05 +0000 (18:33 +0530)]
gnu: Add interbench.

* gnu/packages/benchmark.scm (interbench): New variable.

3 years agognu: Use gr- prefix for GNU Radio blocks.
Guillaume Le Vaillant [Sat, 15 May 2021 07:12:24 +0000 (09:12 +0200)]
gnu: Use gr- prefix for GNU Radio blocks.

Almost all GNU Radio blocks use "gr-" as prefix, so let's use that.

* gnu/packages/radio.scm (gnuradio-osmosdr): Rename to ...
  (gr-osmosdr): ... this.
  (gnuradio-osmosdr): Redefine as a deprecated alias.
  (gnuradio-iqbalance): Rename to ...
  (gr-iqbal): ... this.
  (gnuradio-iqbalance): Redefine as a deprecated alias.
  (gqrx)[inputs]: Replace gnuradio-iqbalance by gr-iqbal. Replace
  gnuradio-osmosdr by gr-osmosdr.

3 years agognu: linux-libre 5.4: Update to 5.4.119.
Leo Famulari [Fri, 14 May 2021 14:35:47 +0000 (10:35 -0400)]
gnu: linux-libre 5.4: Update to 5.4.119.

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

3 years agognu: linux-libre 5.10: Update to 5.10.37.
Leo Famulari [Fri, 14 May 2021 14:35:30 +0000 (10:35 -0400)]
gnu: linux-libre 5.10: Update to 5.10.37.

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

3 years agognu: linux-libre: Update to 5.11.21.
Leo Famulari [Fri, 14 May 2021 14:35:13 +0000 (10:35 -0400)]
gnu: linux-libre: Update to 5.11.21.

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

3 years agognu: linux-libre 5.12: Update to 5.12.4.
Leo Famulari [Fri, 14 May 2021 14:34:58 +0000 (10:34 -0400)]
gnu: linux-libre 5.12: Update to 5.12.4.

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

3 years agognu: Add emacs-tshell.
Stefan Reichör [Wed, 12 May 2021 21:05:07 +0000 (23:05 +0200)]
gnu: Add emacs-tshell.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: Add emacs-wucuo.
Joseph LaFreniere [Tue, 20 Oct 2020 03:21:04 +0000 (22:21 -0500)]
gnu: Add emacs-wucuo.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: emacs-ledger-mode: Simplify build.
Morgan Smith [Fri, 7 May 2021 03:58:22 +0000 (23:58 -0400)]
gnu: emacs-ledger-mode: Simplify build.

* gnu/packages/finance.scm (emacs-ledger-mode)
[build-system]: Use emacs-build-system instead of cmake.
[arguments]: Remove modules and imported-modules; move patch-path phase to
after unpack so that the substitution actually causes a change; remove
generate-autoload phase as that's built into the build system; remove
patch-site-dir as that only affected cmake things; set #:exclude to '() so we
install ledger-test.el.
[native-inputs]: Remove emacs-minimal.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agoswh: 'lookup-origin-revision' ignores partial visits.
Ludovic Courtès [Fri, 14 May 2021 21:21:45 +0000 (23:21 +0200)]
swh: 'lookup-origin-revision' ignores partial visits.

* guix/swh.scm (lookup-origin-revision): Filter out visits with a status
different from 'full.

3 years agoself: Add dependency on Disarchive.
Ludovic Courtès [Fri, 14 May 2021 20:52:46 +0000 (22:52 +0200)]
self: Add dependency on Disarchive.

This enables the Disarchive fallback implemented in commit
fbc2a52a32ddc664db8ebab420c2e17b1432c744 (on foreign distros).

* guix/self.scm (specification->package): Add "disarchive".
(compiled-guix): Add DISARCHIVE to DEPENDENCIES in the #:dependencies
argument to 'guix-command'.

3 years agognu: guix: Add dependency on Disarchive.
Ludovic Courtès [Fri, 14 May 2021 20:50:53 +0000 (22:50 +0200)]
gnu: guix: Add dependency on Disarchive.

This enables the Disarchive fallback implemented in commit
fbc2a52a32ddc664db8ebab420c2e17b1432c744.

* gnu/packages/package-management.scm (guix)[inputs]: Add DISARCHIVE.
[arguments]: In 'wrap-program' phase, add DISARCHIVE to the search path.

3 years agognu: sdcc: Build sdcdb debugger.
Jelle Licht [Fri, 14 May 2021 20:54:47 +0000 (22:54 +0200)]
gnu: sdcc: Build sdcdb debugger.

* gnu/packages/embedded.scm (sdcc)[arguments]<phases>: Add sdcc-misc target.

3 years agognu: ucsim: Update to 0.6-pre68.
Jelle Licht [Fri, 14 May 2021 20:48:43 +0000 (22:48 +0200)]
gnu: ucsim: Update to 0.6-pre68.

* gnu/packages/embedded.scm (ucsim): Update to 0.6-pre68.

3 years agognu: Add python-fb-re2.
Xinglu Chen [Wed, 5 May 2021 20:06:36 +0000 (22:06 +0200)]
gnu: Add python-fb-re2.

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

3 years agognu: alacritty: Update to 0.7.2.
Nicolas Goaziou [Fri, 14 May 2021 19:08:07 +0000 (21:08 +0200)]
gnu: alacritty: Update to 0.7.2.

* gnu/packages/terminals.scm (alacritty): Update to 0.7.2.

3 years agognu: Add rust-alacritty-terminal-0.13.
Nicolas Goaziou [Fri, 14 May 2021 18:54:29 +0000 (20:54 +0200)]
gnu: Add rust-alacritty-terminal-0.13.

* gnu/packages/crates-io.scm (rust-alacritty-terminal-0.13): New variable.
(rust-alacritty-terminal-0.12): Remove variable.

3 years agognu: bat: Update to 0.18.1.
Nicolas Goaziou [Fri, 14 May 2021 15:17:45 +0000 (17:17 +0200)]
gnu: bat: Update to 0.18.1.

* gnu/packages/rust-apps.scm (bat): Update to 0.18.1.

3 years agognu: Add rust-bugreport-0.4.
Nicolas Goaziou [Fri, 14 May 2021 15:16:23 +0000 (17:16 +0200)]
gnu: Add rust-bugreport-0.4.

* gnu/packages/crates-io.scm (rust-bugreport-0.4): New variable.
(rust-bugreport-0.3): Inherit from above.

3 years agognu: Add rust-git-version-0.3.
Nicolas Goaziou [Fri, 14 May 2021 15:15:37 +0000 (17:15 +0200)]
gnu: Add rust-git-version-0.3.

* gnu/packages/crates-io.scm (rust-git-version-0.3): New variable.

3 years agognu: Add rust-git-version-macro-0.3.
Nicolas Goaziou [Fri, 14 May 2021 15:13:31 +0000 (17:13 +0200)]
gnu: Add rust-git-version-macro-0.3.

* gnu/packages/crates-io.scm (rust-git-version-macro-0.3): New variable.

3 years agognu: Add rust-sys-info-0.9.
Nicolas Goaziou [Fri, 14 May 2021 15:11:52 +0000 (17:11 +0200)]
gnu: Add rust-sys-info-0.9.

* gnu/packages/crates-io.scm (rust-sys-info-0.9): New variable.
(rust-sys-info-0.7): Inherit from above.

3 years agognu: rust-console-0.14: Update to 0.14.1.
Nicolas Goaziou [Fri, 14 May 2021 15:10:44 +0000 (17:10 +0200)]
gnu: rust-console-0.14: Update to 0.14.1.

* gnu/packages/crates-io.scm (rust-console-0.14): Update to 0.14.1.

3 years agognu: prinseq: Fix references to perl executable.
Ricardo Wurmus [Fri, 14 May 2021 15:10:56 +0000 (17:10 +0200)]
gnu: prinseq: Fix references to perl executable.

* gnu/packages/bioinformatics.scm (prinseq)[arguments]: Embed concrete
references to the "perl" executable.

3 years agognu: nushell: Update to 0.31.0.
Nicolas Goaziou [Fri, 14 May 2021 12:52:23 +0000 (14:52 +0200)]
gnu: nushell: Update to 0.31.0.

* gnu/packages/shells.scm (rust-nu-plugin-query-json-0.31):
(rust-nu-pretty-hex-0.31): New variables.
(nushell):
(rust-nu-ansi-term-0.31):
(rust-nu-cli-0.31):
(rust-nu-command-0.31):
(rust-nu-data-0.31):
(rust-nu-engine-0.31):
(rust-nu-errors-0.31):
(rust-nu-json-0.31):
(rust-nu-parser-0.31):
(rust-nu-plugin-0.31):
(rust-nu-plugin-binaryview-0.31):
(rust-nu-plugin-chart-0.31):
(rust-nu-plugin-fetch-0.31):
(rust-nu-plugin-from-bson-0.31):
(rust-nu-plugin-from-sqlite-0.31):
(rust-nu-plugin-inc-0.31):
(rust-nu-plugin-match-0.31):
(rust-nu-plugin-post-0.31):
(rust-nu-plugin-ps-0.31):
(rust-nu-plugin-sys-0.31):
(rust-nu-plugin-textview-0.31):
(rust-nu-plugin-to-bson-0.31):
(rust-nu-plugin-to-sqlite-0.31):
(rust-nu-plugin-tree-0.31):
(rust-nu-plugin-xpath-0.31):
(rust-nu-protocol-0.31):
(rust-nu-source-0.31):
(rust-nu-stream-0.31):
(rust-nu-test-support-0.31): Update to 0.31.0.

3 years agognu: Add rust-heapless-0.6.
Nicolas Goaziou [Fri, 14 May 2021 13:14:16 +0000 (15:14 +0200)]
gnu: Add rust-heapless-0.6.

* gnu/packages/crates-io.scm (rust-heapless-0.6): New variable.
(rust-heapless-0.5): Inherit from above.

3 years agognu: rust-as-slice-0.1: Update to 0.1.5.
Nicolas Goaziou [Fri, 14 May 2021 13:13:02 +0000 (15:13 +0200)]
gnu: rust-as-slice-0.1: Update to 0.1.5.

* gnu/packages/crates-io.scm (rust-as-slice-0.1): Update to 0.1.5.

3 years agognu: rust-generic-array-0.12: Update to 0.12.4.
Nicolas Goaziou [Fri, 14 May 2021 13:12:05 +0000 (15:12 +0200)]
gnu: rust-generic-array-0.12: Update to 0.12.4.

* gnu/packages/crates-io.scm (rust-generic-array-0.12): Update to 0.12.4.

3 years agognu: rust-generic-array-0.14: Update to 0.14.4.
Nicolas Goaziou [Fri, 14 May 2021 13:11:38 +0000 (15:11 +0200)]
gnu: rust-generic-array-0.14: Update to 0.14.4.

* gnu/packages/crates-io.scm (rust-generic-array-0.14): Update to 0.14.4.

3 years agognu: rust-generic-array-0.13: Update to 0.13.3.
Nicolas Goaziou [Fri, 14 May 2021 13:11:00 +0000 (15:11 +0200)]
gnu: rust-generic-array-0.13: Update to 0.13.3.

* gnu/packages/crates-io.scm (rust-generic-array-0.13): Update to 0.13.3.

3 years agognu: Add rust-common-path-1.
Nicolas Goaziou [Fri, 14 May 2021 12:29:28 +0000 (14:29 +0200)]
gnu: Add rust-common-path-1.

* gnu/packages/crates-io.scm (rust-common-path-1): New variable.

3 years agognu: rust-dyn-clone-1: Update to 1.0.4.
Nicolas Goaziou [Fri, 14 May 2021 12:28:00 +0000 (14:28 +0200)]
gnu: rust-dyn-clone-1: Update to 1.0.4.

* gnu/packages/crates-io.scm (rust-dyn-clone-1): Update to 1.0.4.

3 years agognu: rust-which-4: Update to 4.1.0.
Nicolas Goaziou [Fri, 14 May 2021 12:26:57 +0000 (14:26 +0200)]
gnu: rust-which-4: Update to 4.1.0.

* gnu/packages/crates-io.scm (rust-which-4): Update to 4.1.0.
[inputs]: Add rust-either-1. Remove rust-thiserror-1.

3 years agognu: rust-either-1: Update to 1.6.1.
Nicolas Goaziou [Fri, 14 May 2021 12:26:05 +0000 (14:26 +0200)]
gnu: rust-either-1: Update to 1.6.1.

* gnu/packages/crates-io.scm (rust-either-1): Update to 1.6.1.

3 years agognu: rust-sysinfo-0.16: Update to 0.16.5.
Nicolas Goaziou [Fri, 14 May 2021 12:25:31 +0000 (14:25 +0200)]
gnu: rust-sysinfo-0.16: Update to 0.16.5.

* gnu/packages/crates-io.scm (rust-sysinfo-0.16): Update to 0.16.5.

3 years agognu: Add rust-gjson-0.7.
Nicolas Goaziou [Fri, 14 May 2021 12:24:47 +0000 (14:24 +0200)]
gnu: Add rust-gjson-0.7.

* gnu/packages/crates-io.scm (rust-gjson-0.7): New variable.

3 years agognu: Add rust-webbrowser-0.5.
Nicolas Goaziou [Fri, 14 May 2021 12:23:34 +0000 (14:23 +0200)]
gnu: Add rust-webbrowser-0.5.

* gnu/packages/crates-io.scm (rust-webbrowser-0.5): New variable.

3 years agognu: gnuradio-osmosdr: Fix Python tools.
Guillaume Le Vaillant [Fri, 14 May 2021 14:23:55 +0000 (16:23 +0200)]
gnu: gnuradio-osmosdr: Fix Python tools.

* gnu/packages/radio.scm (gnuradio-osmosdr)[native-inputs]: Move python to ...
  [inputs]: ... here. Add python-numpy and python-pyqt.
  [arguments]: Add Python wrapping phase.

3 years agognu: python-jupyter-core: Disable config migration.
Lars-Dominik Braun [Fri, 14 May 2021 13:53:48 +0000 (15:53 +0200)]
gnu: python-jupyter-core: Disable config migration.

* gnu/packages/python-xyz.scm (python-jupyter-core) [#:phases]: Add new
phase 'disable-migration, which disables migration of Guix-owned
configuration directories.

3 years agognu: Add seatd.
pineapples [Tue, 13 Apr 2021 13:12:53 +0000 (15:12 +0200)]
gnu: Add seatd.

* gnu/packages/freedesktop.scm (seatd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agoimport: go: Fix goproxy option argument's format.
Zheng Junjie [Wed, 14 Apr 2021 14:37:50 +0000 (22:37 +0800)]
import: go: Fix goproxy option argument's format.

Commit a8b927a562 Added new procedure go-module-available-versions use
'string-append' to GOPROXY, but 'string->symbol' let GOPROXY is a symbol (it
must be a string), which would lead to wrong-type-arg errors in the
'string-append' procedure.

* guix/scripts/import/go.scm (%options)[goproxy]: Remove call to
'string->symbol'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: rss-bridge: Update to 2020-11-10.
la snesne [Thu, 15 Apr 2021 04:12:07 +0000 (13:12 +0900)]
gnu: rss-bridge: Update to 2020-11-10.

* gnu/packages/web.scm (rss-bridge): Update to 2020-11-10.
[build-system]: Switch to copy-build-system.
[arguments]: Adjust to new build system. Add phase "patch-paths".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: Add xdg-desktop-portal-wlr.
Giacomo Leidi [Sat, 8 May 2021 15:29:45 +0000 (17:29 +0200)]
gnu: Add xdg-desktop-portal-wlr.

* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: mercurial: Update to 5.8.
Xinglu Chen [Sat, 8 May 2021 11:53:14 +0000 (13:53 +0200)]
gnu: mercurial: Update to 5.8.

* gnu/packages/version-control.scm (mercurial): Update to 5.8.
[build-system]: Switch from ‘python-build-system’ to ‘gnu-build-system’, this
will install additional things like man pages.
[arguments]<#:make-flags>: Set PREFIX argument.
[native-inputs]: Add ‘python-docutils’ for generating man pages.
[inputs]: Add ‘python’.
[description]: Fix formatting.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: Add guile-raw-strings.
Xinglu Chen [Sun, 9 May 2021 08:18:12 +0000 (10:18 +0200)]
gnu: Add guile-raw-strings.

* gnu/packages/guile-xyz.scm (guile-raw-strings): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: mediainfo: Update to 21.03.
Michael Rohleder [Mon, 3 May 2021 15:21:03 +0000 (17:21 +0200)]
gnu: mediainfo: Update to 21.03.

* gnu/packages/video.scm (mediainfo): Update to 21.03.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: libmediainfo: Update to 21.03.
Michael Rohleder [Mon, 3 May 2021 15:20:47 +0000 (17:20 +0200)]
gnu: libmediainfo: Update to 21.03.

* gnu/packages/video.scm (libmediainfo): Update to 21.03.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: guile@3.0.7: Remove pre-built .go files.
Ludovic Courtès [Fri, 14 May 2021 09:46:54 +0000 (11:46 +0200)]
gnu: guile@3.0.7: Remove pre-built .go files.

Commit 47d48f0c43c13c0b43bc3e37b6239efd4bf2f74c unintentionally removed
the 'snippet' of GUILE-3.0-LATEST's origin, meaning that the pre-built
bootstrap .go files would be used.

* gnu/packages/guile.scm (guile-3.0-latest)[source]: Inherit
from (package-source guile-3.0), thereby restoring snippet.

3 years agognu: emacs-pyim: Update to 3.7.6.
Nicolas Goaziou [Fri, 14 May 2021 12:14:01 +0000 (14:14 +0200)]
gnu: emacs-pyim: Update to 3.7.6.

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

3 years agognu: Add cawbird.
Raghav Gururajan [Thu, 13 May 2021 04:19:02 +0000 (00:19 -0400)]
gnu: Add cawbird.

* gnu/packages/syndication.scm (cawbird): New variable.

3 years agognu: xfe: Update to 1.44 and adjust potfiles.
Raghav Gururajan [Fri, 14 May 2021 02:35:31 +0000 (22:35 -0400)]
gnu: xfe: Update to 1.44 and adjust potfiles.

* gnu/packages/disk.scm (xfe)[version]: Update to 1.44.
[phases](patch-potfiles): New phase.

3 years agognu: disarchive: Update to 0.2.1.
Timothy Sample [Fri, 14 May 2021 02:46:51 +0000 (22:46 -0400)]
gnu: disarchive: Update to 0.2.1.

* gnu/packages/backup.scm (disarchive): Update to 0.2.1.

3 years agodoc: Show how to enable Guile support for Geiser.
Jelle Licht [Thu, 13 May 2021 21:20:39 +0000 (23:20 +0200)]
doc: Show how to enable Guile support for Geiser.

* doc/contributing.texi (The Perfect Setup): Adjust "guix package -i"
command line.

3 years agognu: chrony: Update to 4.1.
Tobias Geerinckx-Rice [Thu, 13 May 2021 14:50:04 +0000 (16:50 +0200)]
gnu: chrony: Update to 4.1.

* gnu/packages/ntp.scm (chrony): Update to 4.1.

3 years agognu: hplip: Update to 3.21.4.
Tobias Geerinckx-Rice [Thu, 13 May 2021 13:00:26 +0000 (15:00 +0200)]
gnu: hplip: Update to 3.21.4.

* gnu/packages/cups.scm (hplip): Update to 3.21.4.
[source]: Remove fussy patch.  Replace it with an short snippet
substitution and...
[arguments]: ...the new "--disable-imageProcessor-build" configure flag.
* gnu/packages/patches/hplip-remove-imageprocessor.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

3 years agognu: zfs-auto-snapshot: Fix indentation.
Mathieu Othacehe [Thu, 13 May 2021 14:05:17 +0000 (16:05 +0200)]
gnu: zfs-auto-snapshot: Fix indentation.

* gnu/packages/file-systems.scm (zfs-auto-snapshot): Fix indentation.

3 years agognu: zfs-auto-snapshot: Use git-fetch.
Mathieu Othacehe [Thu, 13 May 2021 14:04:17 +0000 (16:04 +0200)]
gnu: zfs-auto-snapshot: Use git-fetch.

Do not use an autogenerated tarball. This is notified by "guix lint".

* gnu/packages/file-systems.scm (zfs-auto-snapshot)[source]: Use git-fetch
method.

3 years agognu: zfs-auto-snapshot: Wrap long lines.
Mathieu Othacehe [Thu, 13 May 2021 13:58:25 +0000 (15:58 +0200)]
gnu: zfs-auto-snapshot: Wrap long lines.

* gnu/packages/file-systems.scm (zfs-auto-snapshot)[synopsis, description]:
Wrap long lines.

3 years agognu: Add zfs-auto-snapshot.
raid5atemyhomework [Sun, 14 Mar 2021 08:40:47 +0000 (16:40 +0800)]
gnu: Add zfs-auto-snapshot.

* gnu/packages/file-systems.scm (zfs-auto-snapshot): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
3 years agognu: ungoogled-chromium: Update to 90.0.4430.212-0.3184907.
Marius Bakke [Thu, 13 May 2021 10:36:16 +0000 (12:36 +0200)]
gnu: ungoogled-chromium: Update to 90.0.4430.212-0.3184907.

* gnu/packages/chromium.scm (%chromium-version): Set to 90.0.4430.212.
(ungoogled-chromium): Update hash.

3 years agognu: gn: Build with Python 3.
Marius Bakke [Thu, 13 May 2021 10:34:17 +0000 (12:34 +0200)]
gnu: gn: Build with Python 3.

* gnu/packages/build-tools.scm (gn)[native-inputs]: Change from PYTHON-2 to
PYTHON-WRAPPER.
[arguments]: Remove trailing #t's and make some cosmetic changes.

3 years agognu: emacs-pyim: Update to 3.7.5.
Nicolas Goaziou [Thu, 13 May 2021 08:19:43 +0000 (10:19 +0200)]
gnu: emacs-pyim: Update to 3.7.5.

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

3 years agognu: emacs-emms: Update to 7.2.
Nicolas Goaziou [Thu, 13 May 2021 08:17:06 +0000 (10:17 +0200)]
gnu: emacs-emms: Update to 7.2.

* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.2.

3 years agognu: Add bmaptools.
Mathieu Othacehe [Wed, 12 May 2021 14:38:56 +0000 (16:38 +0200)]
gnu: Add bmaptools.

* gnu/packages/disk.scm (bmaptools): New variable.

3 years agognu: linux-libre: Update to 5.11.20.
Leo Famulari [Wed, 12 May 2021 16:44:58 +0000 (12:44 -0400)]
gnu: linux-libre: Update to 5.11.20.

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

3 years agognu: linux-libre 5.12: Update to 5.12.3.
Leo Famulari [Wed, 12 May 2021 16:44:40 +0000 (12:44 -0400)]
gnu: linux-libre 5.12: Update to 5.12.3.

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

3 years agognu: guile2.0-bash: Change name field.
Oleg Pykhalov [Thu, 13 May 2021 05:48:54 +0000 (08:48 +0300)]
gnu: guile2.0-bash: Change name field.

This commit follows 08814ccc.

* gnu/packages/guile-xyz.scm (guile2.0-bash)[name]: Rename to guile2.0-bash.

3 years agognu: guile-bash: Build with Guile 3.0.
Oleg Pykhalov [Thu, 13 May 2021 05:38:18 +0000 (08:38 +0300)]
gnu: guile-bash: Build with Guile 3.0.

* gnu/packages/guile-xyz.scm (guile2.0-bash): New variable.
(guile-bash): Build with Guile 3.0.

3 years agognu: knot: Update to 3.0.6.
Tobias Geerinckx-Rice [Wed, 12 May 2021 23:14:13 +0000 (01:14 +0200)]
gnu: knot: Update to 3.0.6.

* gnu/packages/dns.scm (knot): Update to 3.0.6.

3 years agognu: rpcbind: Update to 1.2.6.
Tobias Geerinckx-Rice [Wed, 12 May 2021 23:13:22 +0000 (01:13 +0200)]
gnu: rpcbind: Update to 1.2.6.

* gnu/packages/onc-rpc.scm (rpcbind): Update to 1.2.6.

3 years agognu: xfstests: Fix typo.
Tobias Geerinckx-Rice [Wed, 12 May 2021 23:04:03 +0000 (01:04 +0200)]
gnu: xfstests: Fix typo.

Syntax-highlighted monospace is overrated.  Nothing like glancing at
Webmail to spot obvious bugs.

* gnu/packages/file-systems.scm (xfstests)[arguments]: Omit /usr from /bin/time.

3 years agognu: lynis: Update to 3.0.4.
Tobias Geerinckx-Rice [Wed, 12 May 2021 22:59:18 +0000 (00:59 +0200)]
gnu: lynis: Update to 3.0.4.

* gnu/packages/admin.scm (lynis): Update to 3.0.4.

3 years agognu: webkitgtk: Update to 2.32.1.
Tobias Geerinckx-Rice [Wed, 12 May 2021 21:38:55 +0000 (23:38 +0200)]
gnu: webkitgtk: Update to 2.32.1.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.32.1.

3 years agognu: btrfs-progs: Update to 5.12.
Tobias Geerinckx-Rice [Wed, 12 May 2021 21:30:48 +0000 (23:30 +0200)]
gnu: btrfs-progs: Update to 5.12.

* gnu/packages/linux.scm (btrfs-progs): Update to 5.12.
[native-inputs]: Add linux-libre-headers-5.10.

3 years agognu: hdparm: Update to 9.62.
Tobias Geerinckx-Rice [Wed, 12 May 2021 20:47:25 +0000 (22:47 +0200)]
gnu: hdparm: Update to 9.62.

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

3 years agognu: libupnp: Update to 1.14.7.
Tobias Geerinckx-Rice [Wed, 12 May 2021 20:43:30 +0000 (22:43 +0200)]
gnu: libupnp: Update to 1.14.7.

* gnu/packages/upnp.scm (libupnp): Update to 1.14.7.

3 years agognu: squid: Update to 4.15.
Tobias Geerinckx-Rice [Wed, 12 May 2021 20:41:01 +0000 (22:41 +0200)]
gnu: squid: Update to 4.15.

* gnu/packages/networking.scm (squid): Update to 4.15.

3 years agognu: svt-av1: Update to 0.8.7.
Tobias Geerinckx-Rice [Wed, 12 May 2021 20:40:49 +0000 (22:40 +0200)]
gnu: svt-av1: Update to 0.8.7.

* gnu/packages/video.scm (svt-av1): Update to 0.8.7.

3 years agognu: snappy: Update to 1.1.9.
Tobias Geerinckx-Rice [Wed, 12 May 2021 20:06:12 +0000 (22:06 +0200)]
gnu: snappy: Update to 1.1.9.

* gnu/packages/compression.scm (snappy): Update to 1.1.9.
[source]: Add another patch.
[arguments]: Add new #:configure-flags and an
'unpack-third_party-subprojects phase.
[native-inputs]: Add the sources for benchmark and googletests.
* gnu/packages/patches/snappy-add-inline-for-GCC.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

3 years agognu: qjackctl: Build with CMake.
Tobias Geerinckx-Rice [Wed, 12 May 2021 19:31:58 +0000 (21:31 +0200)]
gnu: qjackctl: Build with CMake.

It is better supported upstream.

* gnu/packages/audio.scm (qjackctl)[build-system]: Switch to
CMAKE-BUILD-SYSTEM.

3 years agognu: qjackctl: Update to 0.9.3.
Tobias Geerinckx-Rice [Wed, 12 May 2021 19:27:09 +0000 (21:27 +0200)]
gnu: qjackctl: Update to 0.9.3.

* gnu/packages/audio.scm (qjackctl): Update to 0.9.3.

3 years agognu: ccache: Update to 4.3.
Tobias Geerinckx-Rice [Wed, 12 May 2021 18:33:17 +0000 (20:33 +0200)]
gnu: ccache: Update to 4.3.

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

3 years agognu: libjcat: Update to 0.1.7.
Tobias Geerinckx-Rice [Wed, 12 May 2021 18:28:45 +0000 (20:28 +0200)]
gnu: libjcat: Update to 0.1.7.

* gnu/packages/compression.scm (libjcat): Update to 0.1.7.

3 years agognu: Add xfstests.
Tobias Geerinckx-Rice [Tue, 12 Jan 2021 01:58:11 +0000 (02:58 +0100)]
gnu: Add xfstests.

* gnu/packages/file-systems.scm (xfstests): New public variable.

3 years agognu: pre-commit: Update to 2.12.1.
Vinicius Monego [Wed, 12 May 2021 06:39:25 +0000 (06:39 +0000)]
gnu: pre-commit: Update to 2.12.1.

* gnu/packages/version-control.scm (pre-commit): Update to 2.12.1.
[arguments]: Make source tree writable and initialize a git repository before
check phase. Simplify check phase.
[native-inputs]: Add python-covdefaults, python-coverage, python-distlib/next,
python-pytest-env, which.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agochallenge: Be defensive in the size passed to the progress reporter.
Ludovic Courtès [Wed, 12 May 2021 21:38:13 +0000 (23:38 +0200)]
challenge: Be defensive in the size passed to the progress reporter.

Possibly fixes <https://bugs.gnu.org/48045>.
Reported by Bone Baboon <bone.baboon@disroot.org>.

* guix/scripts/challenge.scm (call-with-nar): Rename second value
returned by 'http-fetch' to match reality.  Change second argument to
'progress-reporter/file'.

3 years agoself: Build with 'guile-3.0-latest'.
Ludovic Courtès [Wed, 12 May 2021 22:16:05 +0000 (00:16 +0200)]
self: Build with 'guile-3.0-latest'.

* guix/self.scm (specification->package): Use 'guile-3.0-latest' instead
of 'guile-3.0/libgc-7'.

3 years agognu: guile: Update to 3.0.7.
Ludovic Courtès [Wed, 12 May 2021 21:34:44 +0000 (23:34 +0200)]
gnu: guile: Update to 3.0.7.

* gnu/packages/guile.scm (guile-3.0-latest): Update to 3.0.7.  Remove
"guile-2.2-skip-so-test.patch".
[propagated-inputs, arguments]: New fields.

3 years agognu: libgc: Add variant with '--disable-munmap'.
Ludovic Courtès [Wed, 12 May 2021 20:34:50 +0000 (22:34 +0200)]
gnu: libgc: Add variant with '--disable-munmap'.

* gnu/packages/bdw-gc.scm (libgc/disable-munmap): New variable.

3 years agognu: linux-libre 5.4: Update to 5.4.118.
Leo Famulari [Tue, 11 May 2021 18:35:44 +0000 (14:35 -0400)]
gnu: linux-libre 5.4: Update to 5.4.118.

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

3 years agognu: linux-libre 5.10: Update to 5.10.36.
Leo Famulari [Tue, 11 May 2021 18:35:06 +0000 (14:35 -0400)]
gnu: linux-libre 5.10: Update to 5.10.36.

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

3 years agognu: sudo: Update to 1.9.7.
Tobias Geerinckx-Rice [Wed, 12 May 2021 16:50:07 +0000 (18:50 +0200)]
gnu: sudo: Update to 1.9.7.

* gnu/packages/admin.scm (sudo): Update to 1.9.7.

3 years agodoc: Do not instruct to decompress the VM image.
Maxim Cournoyer [Wed, 12 May 2021 14:19:39 +0000 (10:19 -0400)]
doc: Do not instruct to decompress the VM image.

Also replace the obsolete 'guix system vm-image' command mention by the 'guix
system image'.

* doc/guix.texi (Running Guix in a VM): Remove VM image decompression
instruction.
<guix system vm-image>: Replace by 'guix system image'.

3 years agognu: Add python-sqlalchemy-stubs.
BonfaceKilz [Sat, 8 May 2021 20:41:24 +0000 (23:41 +0300)]
gnu: Add python-sqlalchemy-stubs.

* gnu/packages/databases.scm (python-sqlalchemy-stubs): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>