jackhill/guix/guix.git
3 years agognu: PostgreSQL 9: Update to 9.6.22 [fixes CVE-2021-{32027,32028,32029}].
Leo Famulari [Mon, 17 May 2021 18:54:53 +0000 (14:54 -0400)]
gnu: PostgreSQL 9: Update to 9.6.22 [fixes CVE-2021-{32027,32028,32029}].

* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.22.

3 years agognu: PostgreSQL 10: Update to 10.17 [fixes CVE-2021-{32027,32028,32029}].
Leo Famulari [Mon, 17 May 2021 18:54:07 +0000 (14:54 -0400)]
gnu: PostgreSQL 10: Update to 10.17 [fixes CVE-2021-{32027,32028,32029}].

* gnu/packages/databases.scm (postgresql-10): Update to 10.17.

3 years agognu: PostgreSQL 11: Update to 11.12 [fixes CVE-2021-{32027,32028,32029}].
Leo Famulari [Mon, 17 May 2021 18:52:04 +0000 (14:52 -0400)]
gnu: PostgreSQL 11: Update to 11.12 [fixes CVE-2021-{32027,32028,32029}].

* gnu/packages/databases.scm (postgresql-11): Update to 11.12.

3 years agognu: PostgreSQL: Update to 13.3 [fixes CVE-2021-{32027,32028,32029}].
Leo Famulari [Mon, 17 May 2021 18:50:04 +0000 (14:50 -0400)]
gnu: PostgreSQL: Update to 13.3 [fixes CVE-2021-{32027,32028,32029}].

* gnu/packages/databases.scm (postgresql-13)[replacement]: Use postgresql-13.3.
(postgresql-13.2): Replace with ...
(postgresql-13.3): ... new variable.

3 years agognu: emacs-libyaml: Adjust to changes in emacs-build-system.
Fredrik Salomonsson [Mon, 17 May 2021 17:36:28 +0000 (17:36 +0000)]
gnu: emacs-libyaml: Adjust to changes in emacs-build-system.

* gnu/packages/emacs-xyz.scm (emacs-libyaml)[#:phases]: Move
‘substitute-libyaml-core-path’ after ‘unpack’.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
3 years agognu: pigx-chipseq: Update to 0.0.52.
Ricardo Wurmus [Mon, 17 May 2021 16:42:23 +0000 (18:42 +0200)]
gnu: pigx-chipseq: Update to 0.0.52.

* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.52.

3 years agognu: Add cl-typesetting.
Sharlatan Hellseher [Sat, 15 May 2021 20:42:18 +0000 (21:42 +0100)]
gnu: Add cl-typesetting.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: ecl-xmls: Disable tests.
Guillaume Le Vaillant [Mon, 17 May 2021 08:40:50 +0000 (10:40 +0200)]
gnu: ecl-xmls: Disable tests.

Upstream doesn't have a test suite adapted for ECL.

* gnu/packages/lisp-xyz.scm (ecl-xmls)[arguments]: Disable tests.

3 years agognu: cl-pdf: Update to 2.0.0-1.dbafd62.
Sharlatan Hellseher [Sat, 15 May 2021 20:20:51 +0000 (21:20 +0100)]
gnu: cl-pdf: Update to 2.0.0-1.dbafd62.

* gnu/packages/lisp-xyz.scm (sbcl-cl-pdf): Update to 2.0.0-1.dbafd62.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: tsukundere: Update to 0.3.0.
Leo Prikler [Fri, 16 Apr 2021 10:50:57 +0000 (12:50 +0200)]
gnu: tsukundere: Update to 0.3.0.

* gnu/packages/game-development.scm (tsukundere): Update to 0.3.0.
[patch-command]: Patch path to guile.  Construct load paths directly from
inputs.
[propagated-inputs]: Remove.
[inputs]: Add guile and guile-sdl2.

3 years agopublish: Add '--negative-ttl'.
Ludovic Courtès [Tue, 11 May 2021 13:01:00 +0000 (15:01 +0200)]
publish: Add '--negative-ttl'.

* guix/scripts/publish.scm (show-help, %options): Add '--negative-ttl'.
(render-narinfo, render-narinfo/cached, make-request-handler): Add #:negative-ttl
and honor it.
(run-publish-server): Add #:narinfo-negative-ttl and honor it.
(guix-publish): Honor '--negative-ttl'.
* tests/publish.scm ("negative TTL", "no negative TTL"): New tests.

3 years agosubstitutes: Reduce negative TTLs.
Ludovic Courtès [Tue, 11 May 2021 13:04:20 +0000 (15:04 +0200)]
substitutes: Reduce negative TTLs.

* guix/substitutes.scm (%narinfo-negative-ttl): Change to 15mn.
(%narinfo-transient-error-ttl): Halve.

3 years agognu: mercurial: Patch to make it read HGEXTENSIONPATH.
Xinglu Chen [Sat, 15 May 2021 09:17:12 +0000 (11:17 +0200)]
gnu: mercurial: Patch to make it read HGEXTENSIONPATH.

This will make Mercurial be able to find third-party extensions installed with
Guix, without having to set PYTHONPATH.

* gnu/packages/patches/mercurial-hg-extension-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register the patch.
* gnu/packages/version-control.scm (mercurial)[origin](patches): Apply the
patch.
[native-search-paths]: Add HGEXTENSIONPATH.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: Add hg-commitsigs.
Xinglu Chen [Sat, 15 May 2021 09:17:11 +0000 (11:17 +0200)]
gnu: Add hg-commitsigs.

* gnu/packages/version-control.scm (hg-commitsigs): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: emacs-orderless: Update to 0.6.
Xinglu Chen [Sun, 16 May 2021 19:27:21 +0000 (21:27 +0200)]
gnu: emacs-orderless: Update to 0.6.

* gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 0.6.
[native-inputs]: Add texinfo.
[arguments]<#:phases>: Install manual.

3 years agognu: Add julia-msgpack.
Efraim Flashner [Sun, 16 May 2021 13:46:46 +0000 (16:46 +0300)]
gnu: Add julia-msgpack.

* gnu/packages/julia-xyz.scm (julia-msgpack): New variable.

3 years agognu: Add julia-suppressor.
Efraim Flashner [Sun, 16 May 2021 13:44:14 +0000 (16:44 +0300)]
gnu: Add julia-suppressor.

* gnu/packages/julia-xyz.scm (julia-suppressor): New variable.

3 years agognu: Add julia-docstringextensions.
Efraim Flashner [Sun, 16 May 2021 13:40:11 +0000 (16:40 +0300)]
gnu: Add julia-docstringextensions.

* gnu/packages/julia-xyz.scm (julia-docstringextensions): New variable.

3 years agognu: Add julia-iocapture.
Efraim Flashner [Sun, 16 May 2021 13:35:22 +0000 (16:35 +0300)]
gnu: Add julia-iocapture.

* gnu/packages/julia-xyz.scm (julia-iocapture): New variable.

3 years agognu: Add julia-zipfile.
Efraim Flashner [Sun, 16 May 2021 13:24:45 +0000 (16:24 +0300)]
gnu: Add julia-zipfile.

* gnu/packages/julia-xyz.scm (julia-zipfile): New variable.

3 years agognu: Add julia-zlib-jll.
Efraim Flashner [Sun, 16 May 2021 13:19:47 +0000 (16:19 +0300)]
gnu: Add julia-zlib-jll.

* gnu/packages/julia-xyz.scm (julia-zlib-jll): New variable.

3 years agognu: Graphviz: Fix CVE-2020-18032.
Leo Famulari [Wed, 12 May 2021 22:21:19 +0000 (18:21 -0400)]
gnu: Graphviz: Fix CVE-2020-18032.

* gnu/packages/patches/graphviz-CVE-2020-18032.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/graphviz.scm (graphviz)[replacement]: New field.
(graphviz/fixed): New variable.

3 years agognu: emacs-wucuo: Fix arguments.
Christopher Baines [Sat, 15 May 2021 20:50:17 +0000 (21:50 +0100)]
gnu: emacs-wucuo: Fix arguments.

I'm looking at this because the profile-collisions linter crashes for this
package, and that currently breaks processing revisions in the Guix Data
Service.

* gnu/packages/emacs-xyz.scm (emacs-wucuo)[arguments]: Change #tn to #t.

3 years agognu: re2c: Update to 2.1.1.
Sergei Trofimovich [Sat, 15 May 2021 10:11:35 +0000 (11:11 +0100)]
gnu: re2c: Update to 2.1.1.

* gnu/packages/re2c.scm (re2c): Update to 2.1.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: mousepad: Update to 0.5.5.
Michael Rohleder [Wed, 12 May 2021 12:56:49 +0000 (14:56 +0200)]
gnu: mousepad: Update to 0.5.5.

* gnu/packages/xfce.scm (mousepad): Update to 0.5.5.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: sniffio: Update to 1.2.0
Sharlatan Hellseher [Mon, 10 May 2021 20:45:58 +0000 (21:45 +0100)]
gnu: sniffio: Update to 1.2.0

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: sonivox-eas: Update to 1.3.0.
Frank Pursel [Sat, 15 May 2021 19:45:08 +0000 (22:45 +0300)]
gnu: sonivox-eas: Update to 1.3.0.

* gnu/packages/music.scm (sonivox-eas): Update to 1.3.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: gcc-8: Update to 8.5.0.
Efraim Flashner [Sat, 15 May 2021 19:42:16 +0000 (22:42 +0300)]
gnu: gcc-8: Update to 8.5.0.

* gnu/packages/gcc.scm (gcc-8): Update to 8.5.0.

3 years agognu: Add python-graph-tool.
Alexandre Hannud Abdo [Fri, 14 May 2021 20:47:30 +0000 (22:47 +0200)]
gnu: Add python-graph-tool.

* gnu/packages/graph.scm (python-graph-tool): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu: libcdr: Update to 0.1.7.
Marius Bakke [Sat, 15 May 2021 13:42:10 +0000 (15:42 +0200)]
gnu: libcdr: Update to 0.1.7.

* gnu/packages/libreoffice.scm (libcdr): Update to 0.1.7.

3 years agognu: arpack-ng@3.3: Don't use unstable source tarball.
Marius Bakke [Fri, 14 May 2021 10:52:22 +0000 (12:52 +0200)]
gnu: arpack-ng@3.3: Don't use unstable source tarball.

* gnu/packages/maths.scm (arpack-ng-3.3.0)[name, home-page]: Remove.
[source]: Switch to GIT-FETCH.  Inline uses of NAME and HOME-PAGE.

3 years agognu: arpack-ng: Update to 3.8.0.
Marius Bakke [Fri, 14 May 2021 10:42:23 +0000 (12:42 +0200)]
gnu: arpack-ng: Update to 3.8.0.

* gnu/packages/maths.scm (arpack-ng): Update to 3.8.0.
[native-inputs]: Add PKG-CONFIG.
[inputs]: Add EIGEN.

3 years agognu: pybind11: Update to 2.6.2.
Marius Bakke [Thu, 13 May 2021 17:31:21 +0000 (19:31 +0200)]
gnu: pybind11: Update to 2.6.2.

* gnu/packages/python-xyz.scm (pybind11): Update to 2.6.2.

3 years agognu: wl-clipboard: Don't require helper tools in $PATH.
Tobias Geerinckx-Rice [Sat, 15 May 2021 16:51:42 +0000 (18:51 +0200)]
gnu: wl-clipboard: Don't require helper tools in $PATH.

* gnu/packages/xdisorg.scm (wl-clipboard)[arguments]: Add a new
'patch-file-names phase.
[inputs]: Add coreutils and xdg-utils.

Reported by pineapples in #guix.

3 years agognu: Add vim-solarized.
Tissevert [Fri, 30 Apr 2021 17:04:35 +0000 (19:04 +0200)]
gnu: Add vim-solarized.

* gnu/packages/vim.scm (vim-solarized): New public variable.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
3 years agotests: Conditionally include tests/go.scm.
Maxim Cournoyer [Sat, 15 May 2021 01:12:05 +0000 (21:12 -0400)]
tests: Conditionally include tests/go.scm.

The Go importer module requires a recent guile-glib; the test should only be
run when such requirement is met.

* Makefile.am (SCM_TESTS)[HAVE_GUILE_LIB]: Add tests/go.scm only if this
condition is met.

Reported-by: Chris Marusich <cmmarusich@gmail.com>
3 years agognu: sbcl-static-dispatch: Update to 0.5.1.
Sharlatan Hellseher [Sat, 15 May 2021 11:00:45 +0000 (12:00 +0100)]
gnu: sbcl-static-dispatch: Update to 0.5.1.

* gnu/packages/lisp-xyz.scm (sbcl-static-dispatch): Update to 0.5.1.
  [inputs]: Replace trivia by optima.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: emacs-vertico: Update to 0.9.
Nicolas Goaziou [Sat, 15 May 2021 11:28:47 +0000 (13:28 +0200)]
gnu: emacs-vertico: Update to 0.9.

* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.9.

3 years agognu: emacs-corfu: Update to 0.7.
Nicolas Goaziou [Sat, 15 May 2021 11:27:44 +0000 (13:27 +0200)]
gnu: emacs-corfu: Update to 0.7.

* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.7.

3 years agoinferior: Support querying package replacements.
Christopher Baines [Sat, 24 Apr 2021 05:43:46 +0000 (06:43 +0100)]
inferior: Support querying package replacements.

I'm looking at this to help with adding support for looking up package
replacements to store in the Guix Data Service.

* guix/inferior.scm (inferior-package-replacement): New procedure.
* tests/inferior.scm ("inferior-package-replacement"): New test.

3 years agognu: monero-gui: Update to 0.17.2.2.
Guillaume Le Vaillant [Sat, 15 May 2021 09:08:56 +0000 (11:08 +0200)]
gnu: monero-gui: Update to 0.17.2.2.

* gnu/packages/finance.scm (monero-gui): Update to 0.17.2.2.
  [arguments]: Update 'fix-build' phase.

3 years agognu: bitcoin-unlimited: Update to 1.9.2.0.
Guillaume Le Vaillant [Sat, 15 May 2021 08:50:45 +0000 (10:50 +0200)]
gnu: bitcoin-unlimited: Update to 1.9.2.0.

* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.2.0.

3 years agognu: sbcl-mito: Update to 0.1-2.2fbfc8a.
Guillaume Le Vaillant [Sat, 15 May 2021 08:03:18 +0000 (10:03 +0200)]
gnu: sbcl-mito: Update to 0.1-2.2fbfc8a.

* gnu/packages/lisp-xyz.scm (sbcl-mito): Update to 0.1-2.2fbfc8a.
  [inputs]: Remove optima. Add cl-package-locks and trivia.

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.