Commit graph

79911 commits

Author SHA1 Message Date
Efraim Flashner cb66e4ae6a
gnu: Add julia-axisarrays.
* gnu/packages/julia-xyz.scm (julia-axisarrays): New variable.
2021-06-14 14:45:20 +03:00
Efraim Flashner 736eecd52d
gnu: Add julia-intervalsets.
* gnu/packages/julia-xyz.scm (julia-intervalsets): New variable.
2021-06-14 14:45:20 +03:00
Efraim Flashner 25ece40ef7
gnu: Add julia-ellipsisnotation.
* gnu/packages/julia-xyz.scm (julia-ellipsisnotation): New variable.
2021-06-14 14:45:20 +03:00
Efraim Flashner ef15951445
gnu: Add julia-arrayinterface.
* gnu/packages/julia-xyz.scm (julia-arrayinterface): New variable.
2021-06-14 14:45:20 +03:00
Efraim Flashner 52811a7609
gnu: Add julia-deepdiffs.
* gnu/packages/julia-xyz.scm (julia-deepdiffs): New variable.
2021-06-14 14:45:20 +03:00
Efraim Flashner 9810337bb6
gnu: Add julia-fileio.
* gnu/packages/julia-xyz.scm (julia-fileio): New variable.
2021-06-14 14:45:20 +03:00
Efraim Flashner 08ad8d69ed
gnu: Add julia-filepathsbase.
* gnu/packages/julia-xyz.scm (julia-filepathsbase): New variable.
2021-06-14 14:45:20 +03:00
Efraim Flashner a5daa8c0ab
gnu: Add julia-json3.
* gnu/packages/julia-xyz.scm (julia-json3): New variable.
2021-06-14 14:45:19 +03:00
Efraim Flashner adb3d8797d
gnu: Add julia-structtypes.
* gnu/packages/julia-xyz.scm (julia-structtypes): New variable.
2021-06-14 14:45:19 +03:00
Efraim Flashner 2405fcb4bc
gnu: Add julia-combinatorics.
* gnu/packages/julia-xyz.scm (julia-combinatorics): New variable.
2021-06-14 14:45:11 +03:00
Leo Prikler d3ff6e5d1b
gnu: komikku: Update to 0.29.2.
* gnu/packages/gnome.scm (komikku): Update to 0.29.2.
[inputs]: Add python-cloudscraper.
2021-06-14 13:08:45 +02:00
itd 1aa8cc2f0e
hg-download: Remove bogus hg-reference-recursive? export.
* guix/hg-download.scm: Do not export undefined hg-reference-recursive?.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-06-14 10:02:15 +02:00
Sharlatan Hellseher 5cf9137ccb
gnu: Add cl-cepl.
* gnu/packages/lisp-xyz.scm (cl-cepl, ecl-cepl, sbcl-cepl): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-06-14 09:55:38 +02:00
Sharlatan Hellseher cb5ba97e1c
gnu: cl-specialized-function: Update to 0.1-3.5e2b044.
* gnu/packages/lisp-xyz.scm: (sbcl-specialized-function): Update to
  0.1-3.5e2b044.
  [arguments]: Enable tests.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-06-14 09:55:38 +02:00
Sharlatan Hellseher 7cf3860429
gnu: Add cl-chirp.
* gnu/packages/lisp-xyz.scm (cl-chirp, ecl-chirp, sbcl-chirp): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-06-14 09:55:38 +02:00
Sharlatan Hellseher 901ceafadd
gnu: Add cl-glfw3.
* gnu/packages/lisp-xyz.scm (sbcl-cl-glfw3, ecl-cl-glfw3, cl-glfw3): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-06-14 09:55:37 +02:00
Mark H Weaver 26ac7d0246
gnu: nettle-3.7: Update to 3.7.3 [fixes CVE-2021-3580].
* gnu/packages/nettle.scm (nettle-3.7): Update to 3.7.3.
2021-06-14 03:30:13 -04:00
Mark H Weaver 3abaca2aae
gnu: nettle-3.5: Add replacement to fix CVE-2021-3580 et al.
* gnu/packages/patches/nettle-3.5-check-_pkcs1_sec_decrypt-msg-len.patch,
gnu/packages/patches/nettle-3.5-CVE-2021-3580-pt1.patch,
gnu/packages/patches/nettle-3.5-CVE-2021-3580-pt2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/nettle.scm (nettle)[replacement]: New field.
(nettle-3.5/fixed): New variable.
2021-06-14 03:30:03 -04:00
Solene Rapenne d3acad1626
gnu: gnumeric: Update to 1.12.50.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.50.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-14 09:49:10 +03:00
Maxim Cournoyer e3d67b71cb
gnu: Add qtbase 6.1.0.
* gnu/packages/qt.scm (qtbase): New variable.
2021-06-14 00:26:20 -04:00
Maxim Cournoyer ea0a51071e
gnu: Rename qtbase to qtbase-5.
This change was automated via the following command:

$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc    # to clear some spurious changes

This is done so the qtbase package can be upgraded to version 6 in the
following commit.
2021-06-14 00:24:42 -04:00
Luis Felipe 0b5120fb03
doc: Fix reference to the bind package variable name.
* doc/guix.texi (Globally-Visible Packages): Change "bind" variable
name to the actual variable name, "isc-bind".

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-06-13 22:23:24 -04:00
Ludovic Courtès 0294cfc25a
guix package: Do not say "nothing to do" upon rollback & co.
Previously, "guix package --switch-generations=4" or similar would print
"nothing to do".

* guix/scripts/package.scm (process-actions): Do not warn about "nothing
to do" when one of %ACTIONS is requested.
2021-06-13 23:57:45 +02:00
Solene Rapenne d06cec625d
gnu: prosody: Update to 0.11.9.
* gnu/packages/messaging.scm (prosody): Update to 0.11.9.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-13 23:57:45 +02:00
Paul A. Patience 483f537081
doc, gnu, guix: Fix typos.
* doc/guix.texi: Fix various typos and reword a sentence.
* gnu/packages/cpp.scm (cpplint)[description]: Fix typo.
* gnu/packages/dns.scm (ldns): Fix typo in comment.
* gnu/packages/games.scm (yamagi-quake2): Fix typo in comment.
* gnu/packages/qt.scm (python-pyqtwebengine): Fix typo in comment.
* gnu/packages/rails.scm (ruby-autoprefixer-rails): Fix typo in comment.
* gnu/packages/syndication.scm (quiterss)[description]: Fix typo.
* gnu/packages/terminals.scm (kmscon): Fix typo in comment.
* gnu/packages/xml.scm (perl-xml-sax-base)[description]: Fix typo.
  (python-elementpath)[description]: Fix typo.
* guix/build/asdf-build-system.scm (output-translation): Fix typo in docstring.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-13 23:57:45 +02:00
Xinglu Chen 44ed008ac1
gnu: proof-general: Update to 4.4-0.bc86736.
There hasn’t been a new release since 2016 and there has been more than 450
new commits since then.

* gnu/packages/coq.scm (proof-general): Update to 4.4-0.bc86736.
[arguments]<#:make-flags>: Set ELISP_START.
<#:phases>: Remove ‘coq-prog’ procedure which was unused; don’t run
‘substitute*’ on bin/proofgeneral since it no longer exists.  Don’t end phases
with #t, this will be unnecessary once the ‘core-updates’ branch is merged.
[home-page]: Remove trailing whitesapce.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-13 23:57:45 +02:00
Michael Rohleder 9eabf4983f
gnu: ristretto: Update to 0.11.0.
* gnu/packages/xfce.scm (ristretto): Update to 0.11.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-13 23:57:45 +02:00
Solene Rapenne ea0a33e8ee
gnu: goaccess: Update to 1.5.
works fine for me, tested with a huge log file and many parameters.

* gnu/packages/web.scm (goaccess): Update to 1.5.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-13 23:57:44 +02:00
Ludovic Courtès fb3927486a
describe: 'current-channel-entries' ignores non-channel profile entries.
Fixes <https://bugs.gnu.org/48778>.

A side effect of c47f3fc135 is that
(@ (guix describe) current-profile) provides the correct answer when the
'guix' package is installed in a profile.  Consequently, the 'guix'
package installed in /run/current-system/profile (for instance) would
end up loading all the .scm files in that directory.

* guix/describe.scm (current-channel-entries): Remove ENTRY if it lacks
the 'source' property.
2021-06-13 23:57:44 +02:00
Hartmut Goebel bd02e50a02
bootstrap: Simplify search for translation languages.
Extend the sed script to also behave like "basename",
saving the addtional call of "xargs basename".

* bootstrap (langs): Extend sed scripts, remove running xargs.
2021-06-13 20:46:01 +02:00
Leo Famulari ee48e784b9
gnu: connman: Fix CVE-2021-33833.
* gnu/packages/patches/connman-CVE-2021-33833.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/connman.scm (connman)[source]: Use it.
2021-06-13 14:45:19 -04:00
Zheng junjie 7b7399594e
gnu: Add rust-analyzer.
* gnu/packages/rust-apps.scm (rust-analyzer): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-13 19:14:17 +02:00
Zheng junjie 0376b6d4ae
gnu: rust-libc-0.2: Update to 0.2.96.
* gnu/packages/crates-io.scm (rust-libc-0.2): Update to 0.2.96.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-13 19:14:16 +02:00
Zheng junjie edddfe5af7
gnu: rust-oorandom-11.1: Update to 11.1.3.
* gnu/packages/crates-io.scm (rust-oorandom-11.1): Update to 11.1.3.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-13 19:14:16 +02:00
Zheng junjie d325a07d4a
gnu: rust-dissimilar-1: Update to 1.0.2.
* gnu/packages/crates-io.scm (rust-dissimilar-1): Update to 1.0.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-13 19:14:16 +02:00
Zheng junjie 6a65ac7055
gnu: rust-indexmap-1: Update to 1.6.2.
* gnu/packages/crates-io.scm (rust-indexmap-1): Update to 1.6.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-13 19:14:15 +02:00
Zheng junjie dfef83e03c
gnu: rust-mio-0.7: Update to 0.7.11.
* gnu/packages/crates-io.scm (rust-mio-0.7): Update to 0.7.11.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-13 19:14:15 +02:00
Zheng junjie 8f1915b0c3
gnu: rust-semver-parser-0.10: Update to 0.10.2.
* gnu/packages/crates-io.scm (rust-semver-parser-0.10): Update to 0.10.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-13 19:14:15 +02:00
Zheng junjie 2c234f6385
gnu: Add rust-lsp-types-0.89.
* gnu/packages/crates-io.scm (rust-lsp-types-0.89): New variable.
(rust-lsp-types-0.83): inherit from above.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-13 19:14:14 +02:00
Zheng junjie dee3c3bfcc
gnu: Add rust-xflags-0.2.
* gnu/packages/crates-io.scm (rust-xflags-0.2): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-13 19:14:14 +02:00
Zheng junjie 0cc855cf73
gnu: Add rust-xflags-macros-0.2.
* gnu/packages/crates-io.scm (rust-xflags-macros-0.2): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-13 19:14:14 +02:00
Zheng junjie d9d83b482c
gnu: Add rust-write-json-0.1.
* gnu/packages/crates-io.scm (rust-write-json-0.1): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-13 19:14:13 +02:00
Zheng junjie d70f78911d
gnu: Add rust-smol-str-0.1.
* gnu/packages/crates-io.scm (rust-smol-str-0.1): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-13 19:14:13 +02:00
Zheng junjie 7c65ae4197
gnu: Add rust-ungrammar-1.
* gnu/packages/crates-io.scm (rust-ungrammar-1): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-13 19:14:13 +02:00
Zheng junjie 34c474ecf4
gnu: Add rust-serde-path-to-error-0.1.
* gnu/packages/crates-io.scm (rust-serde-path-to-error-0.1): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-13 19:14:12 +02:00
Zheng junjie 94bb3f65b6
gnu: Add rust-pulldown-cmark-to-cmark-6.
* gnu/packages/crates-io.scm (rust-pulldown-cmark-to-cmark-6): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-13 19:14:12 +02:00
Zheng junjie 5e33305f38
gnu: Add rust-rowan-0.13.
* gnu/packages/crates-io.scm (rust-rowan-0.13): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-13 19:14:12 +02:00
Zheng junjie 8b3e8eabdb
gnu: Add rust-m-lexer-0.0.4.
* gnu/packages/crates-io.scm (rust-m-lexer-0.0.4): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-13 19:14:11 +02:00
Zheng junjie 96351de6b2
gnu: Add rust-text-size-1.
* gnu/packages/crates-io.scm (rust-text-size-1): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-13 19:14:11 +02:00
Zheng junjie 6ec682f543
gnu: Add rust-perf-event-0.4.
* gnu/packages/crates-io.scm (rust-perf-event-0.4): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-13 19:14:11 +02:00