Age | Commit message (Expand) | Author |
2021-09-11 | gnu: python-wtforms: Update to 2.3.3 and adjust arguments+inputs....* gnu/packages/python-web.scm (python-wtforms)[version]: Update to 2.3.3.
[phases](remove-django-test): Remove phase.
(check): Replace with custom phase.
[native-inputs]: Remove unzip. Add python-coverage, python-dateutil,
python-pep8 and python-sqlalchemy.
[propagated-inputs]: Add python-babel, python-email-validaor and
python-markupsafe.
Co-authored-by: jgart <jgart@dismail.de>
| Raghav Gururajan |
2021-09-12 | gnu: komikku: Update to 0.31.0....* gnu/packages/gnome.scm (komikku): Update to 0.31.0.
| Liliana Marie Prikler |
2021-09-11 | gnu: nauty: Update to 2.7r3....* gnu/packages/maths.scm (nauty): Update to 2.7r3.
| Nicolas Goaziou |
2021-09-11 | gnu: emacs-yasnippet-snippets: Update to 1.0....* gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets): Update to 1.0.
| Nicolas Goaziou |
2021-09-11 | gnu: emacs-typescript-mode: Update to 0.4....* gnu/packages/emacs-xyz.scm (emacs-typescript-mode): Update to 0.4.
| Nicolas Goaziou |
2021-09-11 | gnu: emacs-evil-matchit: Update to 2.4.0....* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.4.0.
| Nicolas Goaziou |
2021-09-11 | gnu: emacs-consult-notmuch: Update to 0.5....* gnu/packages/emacs-xyz.scm (emacs-consult-notmuch): Update to 0.5.
| Nicolas Goaziou |
2021-09-11 | gnu: emacs-debbugs: Update to 0.29....* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.29.
| Nicolas Goaziou |
2021-09-11 | gnu: emacs-csv-mode: Update to 1.16....* gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.16.
| Nicolas Goaziou |
2021-09-11 | gnu: castor: Update to 0.8.18....* gnu/packages/web.scm (castor): Update to 0.8.18.
| Nicolas Goaziou |
2021-09-11 | gnu: blanket: Update to 0.4.1....* gnu/packages/task-management.scm (blanket): Update to 0.4.1.
| Leo Famulari |
2021-09-10 | import: elpa: Don't hardcode default branch to 'master'....Otherwise, remotes without a branch named 'master' will cause an error when
importing.
* guix/import/elpa (git-repository->origin): Fallback to HEAD instead of the
'master' branch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Xinglu Chen |
2021-09-10 | gnu: racket: suppress build stamp...The `build-stamp` configuration key should generally be set to an empty
string for a release build. The automatically inferred build stamp is
especially unhelpful with Guix, since it ends up being the Unix epoch.
* gnu/packages/racket.scm (racket-minimal)[arguments]: Adjust the
'initialize-config.rktd phase to set 'build-stamp to "".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Philip McGrath |
2021-09-10 | gnu: racket: fix `raco exe` with non-minimal Racket...This commit backports an upstream repair for a bug exposed by Guix's
change in Racket 8.2 to make the `racket` package a layered/tethered
installation that chains to the `racket-minimal` package. When using a
layered/tethered installation, the `setup/variant` library would fail to
recognize the default Racet variant (CS, 3M, or CGC), leading to
confusing failures from `raco exe`, `create-embedding-executable`, and
other clients.
For further details, see <https://issues.guix.gnu.org/50118> and
<https://github.com/racket/racket/issues/3969>.
* gnu/packages/patches/racket-minimal-backport-1629887.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/racket.scm (racket-minimal)[source]: Use it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Philip McGrath |
2021-09-10 | swh: 'swh-download' reports revision lookup failures....* guix/swh.scm (swh-download): Log lookup failures.
| Ludovic Courtès |
2021-09-10 | swh: Adjust to new vault API....Previously the path to query the vault or request cooking of a directory
was /api/1/vault/directory/ID. It is now deprecated in favor if
/api/1/vault/flat/SWHID. This commit adjusts code accordingly and also
prepares for 'git-bare' support.
* guix/swh.scm (vault-url): New procedure.
(query-vault, request-cooking): Make 'kind' optional, and add #:archive-type.
Use 'vault-url'.
(vault-fetch): Make 'kind' optional and add #:archive-type. Adjust
'query-vault' and 'request-cooking' calls accordingly.
| Ludovic Courtès |
2021-09-10 | lint: archival: Warn about non-origin sources....* guix/lint.scm (check-archival): Warn about non-origin sources.
| Ludovic Courtès |
2021-09-10 | base32: Provide an open-coded 'bit-field'....This improves the throughput of 'bytevector->base32-string' a bit.
* guix/base32.scm (bit-field): New macro.
| Ludovic Courtès |
2021-09-10 | base16: Reduce GC pressure in bytevector->base16-string....This makes bytevector->base16-string two times faster.
* guix/base16.scm (bytevector->base16-string): Use utf8->string
and iteration instead of string-concatenate and named let.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Maxime Devos |
2021-09-10 | gnu: llvm-for-rocm: Move to llvm.scm....This removes a cross-module top-level reference, which could lead to
build errors when importing (gnu packages rocm) in another module.
* gnu/packages/rocm.scm (llvm-for-rocm): Move to...
* gnu/packages/llvm.scm (llvm-for-rocm): ... here.
| Ludovic Courtès |
2021-09-10 | gnu: mpfrcx: Update to 0.6.3....* gnu/packages/algebra.scm (mpfrcx): Update to 0.6.3.
| Andreas Enge |
2021-09-09 | gnu: go-github-com-urfave-cli-v2: Fix tests when building with Go 1.17....* gnu/packages/patches/go-github-com-urfave-cli-v2-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/golang.scm (go-github-com-urfave-cli-v2)[origin]: Apply it.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Sarah Morgensen |
2021-09-09 | gnu: go-github-com-urfave-cli: Fix tests when building with Go 1.17....* gnu/packages/patches/go-github-com-urfave-cli-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/golang.scm (go-github-com-urfave-cli)[origin]: Apply it.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Sarah Morgensen |
2021-09-09 | gnu: go-github-com-sevlyar-go-daemon: Fix tests when building with Go 1.17....* gnu/packages/golang.scm (go-github-com-sevlyar-go-daemon)[source]:
Add snippet to fix tests for go@1.17.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Sarah Morgensen |
2021-09-09 | gnu: go-github-com-keybase-go-ps: Fix tests when building with Go 1.17....* gnu/packages/golang.scm (go-github-com-keybase-go-ps)[arguments]
<#:phases>{fix-tests}: Remove extraneous build line to appease go@1.17.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Sarah Morgensen |
2021-09-09 | gnu: mailutils: Update to 3.13....* gnu/packages/patches/mailutils-fix-uninitialized-variable.patch: Remove
patch.
* gnu/local.mk (dist_patch_DATA): De-register it.
* gnu/packages/mail.scm (mailutils): Update to 3.13. Remove the 2013
--with-sql option TODO comment; if someone needs that, they can send a patch.
[source]: Remove above patch.
[phases]{prepare-test-suite}: Also patch shell shebang in
'libmailutils/tests/lock.at' and 'imap4d/tests/testclient.c'.
[parallel-tests?]: Reinstate parallel tests.
[inputs]: Move m4 to...
[native-inputs]: ... here. Add the autoconf, automake, gettext and libtool
quartet.
| Maxim Cournoyer |
2021-09-09 | gnu: mailutils: Add a listing of the commands it contains....To ease discovery of said commands.
* gnu/packages/mail.scm (mailutils)[description]: Include a listing of the
commands it contains.
| Maxim Cournoyer |
2021-09-09 | Revert "gnu: python-pikepdf: Update to 3.0.0."...This reverts commit 14bcd6804ffe14613847bf093cc451cedddb02cc. The library
fails to build.
| Nicolas Goaziou |
2021-09-09 | gnu: go-1.17: Update to 1.17.1....* gnu/packages/golang.scm (go-1.17): Update to 1.17.1.
| Leo Famulari |
2021-09-09 | gnu: Add go-1.17....* gnu/packages.golang.scm (go-1.17): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Sarah Morgensen |
2021-09-09 | gnu: go-1.16: Update to 1.16.8....* gnu/packages/golang.scm (go-1.16): Update to 1.16.8.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Sarah Morgensen |
2021-09-09 | gnu: python-decorator: Update to 5.0.9....* gnu/packages/python-xyz.scm (python-decorator): Update to 5.0.9.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Daniel Meißner |
2021-09-09 | gnu: ghc-pandoc-types: Update home page....* gnu/packages/haskell-xyz.scm (ghc-pandoc-types)[home-page]: Update.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Alice BRENON |
2021-09-09 | gnu: python-pikepdf: Update to 3.0.0....* gnu/packages/python-xyz.scm (python-pikepdf): Update to 3.0.0.
| Nicolas Goaziou |
2021-09-09 | gnu: linux-libre 5.10: Update to 5.10.63....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.63.
(linux-libre-5.10-pristine-source): Update hash.
| Leo Famulari |
2021-09-09 | gnu: linux-libre: Update to 5.13.15....* gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.15.
(linux-libre-5.13-pristine-source): Update hash.
| Leo Famulari |
2021-09-09 | gnu: linux-libre 5.14: Update to 5.14.2....* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.2.
(linux-libre-5.14-pristine-source): Update hash.
| Leo Famulari |
2021-09-09 | gnu: qemu-minimal: Don't build static binaries....* gnu/packages/virtualization.scm (qemu-minimal)[arguments]: Remove
inherited phases for static binaries.
[native-inputs]: Remove glib:static, pcre:static and zlib:static.
[outputs]: Remove static output.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Efraim Flashner |
2021-09-09 | gnu: Add vim-slime....* gnu/packages/vim.scm (vim-slime): New variable.
| Efraim Flashner |
2021-09-09 | gnu: Add vim-gemini-vim....* gnu/packages/vim.scm (vim-gemini-vim): New variable.
| Efraim Flashner |
2021-09-09 | swh: Adjust <vault-reply> to latest API changes....Fixes uses of 'swh-download' as reported at
<https://lists.gnu.org/archive/html/guix-devel/2021-09/msg00115.html>.
Reported by zimoun.
* guix/swh.scm (<vault-reply>)[object-id, object-type]: Remove. These
two fields are no longer provided in JSON replies.
[swhid]: New field.
| Ludovic Courtès |
2021-09-09 | gnu: autoconf: Unpatch shebangs on files that "autoconf -i" installs....Fixes <https://issues.guix.gnu.org/50288>.
Reported by Maxim Cournoyer.
* gnu/packages/autotools.scm (autoconf-2.71)[arguments]: Add
'unpatch-shebangs' phase.
| Ludovic Courtès |
2021-09-08 | doc: add clarifications to Linode cookbook recipe...* doc/guix-cookbook.texi: clarify Linode recipe
Reword paragraph about adding the Guix device disk to Debian config.
Improve example commands for sftp-ing files to the server.
Minor wording fixes
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Grant Shangreaux |
2021-09-08 | transformations: Git tags and 'git describe' style IDs are used as version....* guix/transformations.scm (commit->version-string): New procedure. Use git
tags and 'git describe' style identifiers directly.
(transform-package-source-commit): Adjust accordingly.
* tests/transformations.scm
("options->transformation, with-commit, version transformation"): New test.
* doc/guix.texi (Package Transformation Options): Mention the 'git describe'
style.
| Marius Bakke |
2021-09-08 | git: 'resolve-reference' handles 'git describe'-style commit IDs....* guix/git.scm (resolve-reference): Rewrite tag-or-commit case to recognize
'git describe' style identifiers and resolve them as commits.
* doc/guix.texi (origin Reference): Mention it.
| Marius Bakke |
2021-09-08 | gnu: emacs-org-reveal: Update to 20210902-1.fe9148b....* gnu/packages/emacs-xyz.scm (emacs-org-reveal): Update to
20210902-1.fe9148b.
| Marius Bakke |
2021-09-08 | guix: dune-build-system: Put dune into a reproducible release mode....* guix/build/dune-build-system.scm (build,check): Replace the profile parameter
with the appropriate release flags.
* guix/build-system/dune.scm: Remove the profile parameter.
* doc/guix.texi: Remove paragraph on profile parameter.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| pukkamustard |
2021-09-08 | gnu: josm: Update to 18193....* gnu/packages/geo.scm (josm): Update to 18193.
| Clément Lassieur |
2021-09-08 | gnu: icecat: Update to 78.14.0-guix0-preview1 [fixes CVE-2021-38493]....* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update upstream source hash.
| Mark H Weaver |
2021-09-07 | gnu: Add sniffglue....* gnu/packages/rust-apps.scm (sniffglue): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Milkey Mouse |