summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: ceph: Fix breaking change in snappy.Greg Hogan2021-10-08
| | | | | | | | * gnu/packages/storage.scm (ceph)[source]: Add patch. * gnu/packages/patches/ceph-fix-snappy-breaking-change.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add erlang-covertool.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (erlang-covertool): New variable.
* gnu: Add erlang-rebar3-proper.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (erlang-rebar3-proper): New variable.
* gnu: Add erlang-rebar3-git-vsn.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (erlang-rebar3-git-vsn): New variable.
* gnu: Add erlang-rebar3-raw-deps.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (erlang-rebar3-raw-deps): New variable.
* gnu: Add erlang-proper.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (erlang-proper): New variable.
* gnu: Add erlang-jsone.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (erlang-jsone): New variable.
* gnu: Add erlang-edown.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (erlang-edown): New variable.
* gnu: Add rebar3.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (rebar3): New variable.
* gnu: Add erlang-relx.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (erlang-relx): New variable.
* gnu: Add erlang-ssl-verify-fun.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (erlang-ssl-verify-fun): New variable.
* gnu: Add erlang-hex-core.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (erlang-hex-core): New variable.
* gnu: Add erlang-parse-trans.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (erlang-parse-trans): New variable.
* gnu: Add erlang-providers.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (erlang-providers): New variable.
* gnu: Add erlang-eunit-formatters.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (erlang-eunit-formatters): New variable.
* gnu: Add erlang-getopt.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (erlang-getopt): New variable.
* gnu: Add erlang-bbmustache.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (erlang-bbmustache): New variable.
* gnu: Add erlang-cth-readable.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (erlang-cth-readable): New variable.
* gnu: Add erlang-erlware-commons.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (erlang-erlware-commons): New variable.
* gnu: Add erlang-certifi.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (erlang-certifi): New variable.
* gnu: Add erlang-cf.Hartmut Goebel2021-10-07
| | | | * gnu/packages/erlang.scm (erlang-cf): New variable.
* gnu: Add emacs-global-tags.Clément Lassieur2021-10-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-global-tags): New variable.
* gnu: sbcl-cl-gserver: Update Git reference.Ludovic Courtès2021-10-07
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-gserver)[source]: Specify commit rather than rely on the tag.
* gnu: sbcl-golden-utils: Update source URL.Ludovic Courtès2021-10-07
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-golden-utils)[home-page]: Update. [source]: Update URL.
* gnu: emacs-danneskjold-theme: Fix source hash.Ludovic Courtès2021-10-07
| | | | | | | | Commit e12ba46c4c0686271a7e420d10fdda2b427bcf4d erroneously kept the content hash unchanged, even though it changed the commit. * gnu/packages/emacs-xyz.scm (emacs-danneskjold-theme)[source]: Update hash.
* gnu: font-canada1500: Update hash of source file.Ludovic Courtès2021-10-07
| | | | | | | | The original source is nowhere to be found so it might have been modified upstream right after the package was added, or it might have been a mistake. * gnu/packages/fonts.scm (font-canada1500)[source]: Update hash.
* gnu: mcrl2: Update hash of modified-in-place tarball.Ludovic Courtès2021-10-07
| | | | | | Fixes <https://issues.guix.gnu.org/51074>. * gnu/packages/maths.scm (mcrl2)[source]: Update hash.
* gnu: emacs-find-file-in-project: Update Git reference.Ludovic Courtès2021-10-07
| | | | | * gnu/packages/emacs-xyz.scm (emacs-find-file-in-project)[source]: Specify commit rather than tag.
* gnu: fet: Add alternative URL for older source tarballs.Ludovic Courtès2021-10-07
| | | | * gnu/packages/education.scm (fet)[source]: Add "old/" URL.
* gnu: redkite: Update source URL.Ludovic Courtès2021-10-07
| | | | * gnu/packages/audio.scm (redkite)[source]: Update URL.
* gnu: pelican: Update to 4.7.0.Ben Sturmfels2021-10-07
| | | | | | | | | | * gnu/packages/python-xyz.scm (pelican): Update to 4.7.0. [inputs]: Add field. Add dependency on python-rich. [propagated-inputs]: Remove python-six. Move dependencies to inputs. Remove field. [home-page]: Update link. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add adcli.Timotej Lazar2021-10-07
| | | | | | * gnu/packages/sssd.scm (adcli): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: automake: Add 1.16.5.Ludovic Courtès2021-10-07
| | | | * gnu/packages/autotools.scm (automake-1.16.5): New variable.
* gnu: giac: Update to 1.7.0-37.Nicolas Goaziou2021-10-07
| | | | * gnu/packages/algebra.scm (giac): Update to 1.7.0-37.
* gnu: wireshark: Update to 3.4.9.Nicolas Goaziou2021-10-07
| | | | * gnu/packages/networking.scm (wireshark): Update to 3.4.9.
* gnu: emacs-dumb-jump: Update to 0.5.4.Nicolas Goaziou2021-10-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-dumb-jump): Update to 0.5.4.
* gnu: emacs-project: Update to 0.8.0.Nicolas Goaziou2021-10-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.8.0.
* gnu: fet: Update to 6.1.8.Nicolas Goaziou2021-10-07
| | | | * gnu/packages/education.scm (fet): Update to 6.1.8.
* gnu: julia-pooledarrays: Update to 1.3.0.Efraim Flashner2021-10-07
| | | | * gnu/packages/julia-xyz.scm (julia-pooledarrays): Update to 1.3.0.
* gnu: julia-plotutils: Update to 1.0.15.Efraim Flashner2021-10-07
| | | | * gnu/packages/julia-xyz.scm (julia-plotutils): Update to 1.0.15.
* gnu: julia-mocking: Update to 0.7.3.Efraim Flashner2021-10-07
| | | | | * gnu/packages/julia-xyz.scm (julia-mocking): Update to 0.7.3. [propagated-inputs]: Add julia-compat.
* gnu: julia-missings: Update to 1.0.2.Efraim Flashner2021-10-07
| | | | * gnu/packages/julia-xyz.scm (julia-missings): Update to 1.0.2.
* gnu: julia-compat: Update to 3.39.0.Efraim Flashner2021-10-07
| | | | * gnu/packages/julia-xyz.scm (julia-compat): Update to 3.39.0.
* gnu: julia-colorvectorspace: Update to 0.9.7.Efraim Flashner2021-10-07
| | | | * gnu/packages/julia-xyz.scm (julia-colorvectorspace): Update to 0.9.7.
* gnu: julia-colorschemes: Update to 3.15.0.Efraim Flashner2021-10-07
| | | | * gnu/packages/julia-xyz.scm (julia-colorschemes): Update to 3.15.0.
* gnu: julia-blockarrays: Update to 0.16.8.Efraim Flashner2021-10-07
| | | | * gnu/packages/julia-xyz.scm (julia-blockarrays): Update to 0.16.8.
* gnu: julia-arraylayouts: Update to 0.7.6.Efraim Flashner2021-10-07
| | | | * gnu/packages/julia-xyz.scm (julia-arraylayouts): Update to 0.7.6.
* gnu: julia-fillarrays: Update to 0.12.6.Efraim Flashner2021-10-07
| | | | * gnu/packages/julia-xyz.scm (julia-fillarrays): Update to 0.12.6.
* gnu: julia-aqua: Update to 0.5.1.Efraim Flashner2021-10-07
| | | | * gnu/packages/julia-xyz.scm (julia-aqua): Update to 0.5.1.
* gnu: linux-libre 4.4: Update to 4.4.286.Leo Famulari2021-10-06
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.286. (linux-libre-4.4-pristine-source): Update hash.