aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-10gnu: emacs-calibredb: Update to 2.8.0.Michael Rohleder
* gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.8.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-01-10gnu: emacs-fountain-mode: Update to 3.4.0.Vinicius Monego
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.4.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-01-10gnu: emacs-websocket: Update to 1.13.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-websocket): Update to 1.13.
2021-01-10gnu: emacs-auctex: Update to 13.0.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.3.
2021-01-10gnu: sbcl-local-time: Update to 1.0.6-2.a177eb9.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-local-time): Update to 1.0.6-2.a177eb9. [inputs]: Remove sbcl-cl-fad. [arguments]: Activate tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-10gnu: Add cl-garbage-pools.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (cl-garbage-pools, ecl-garbage-pools, sbcl-garbage-pools): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-10gnu: vim: Skip terminal screen-dump tests.Efraim Flashner
Even with careful substitutions these tests often break on other architectures anyway. * gnu/packages/vim.scm (vim)[arguments]: Adjust skip-or-fix-failing-tests to skip another terminal screen-dump test.
2021-01-10gnu: linux-libre 4.4: Update to 4.4.250.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.250. (linux-libre-4.4-pristine-source): Update hash.
2021-01-10gnu: linux-libre 4.9: Update to 4.9.250.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.250. (linux-libre-4.9-pristine-source): Update hash.
2021-01-10gnu: linux-libre 4.14: Update to 4.14.214.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.214. (linux-libre-4.14-pristine-source): Update hash.
2021-01-10gnu: linux-libre 4.19: Update to 4.19.166.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.166. (linux-libre-4.19-pristine-source): Update hash.
2021-01-10gnu: linux-libre 5.4: Update to 5.4.88.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.88. (linux-libre-5.4-pristine-source): Update hash.
2021-01-10gnu: linux-libre: Update to 5.10.6.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.6. (linux-libre-5.10-pristine-source): Update hash.
2021-01-09gnu: youtube-dl: Update to 2021.01.08.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2021.01.08.
2021-01-09gnu: yakuake: Update to 20.12.1.Tobias Geerinckx-Rice
* gnu/packages/kde-systemtools.scm (yakuake): Update to 20.12.1.
2021-01-09gnu: lvm2: Update to 2.03.11.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (lvm2): Update to 2.03.11.
2021-01-09gnu: okular: Update to 20.12.1.Tobias Geerinckx-Rice
* gnu/packages/kde.scm (okular): Update to 20.12.1.
2021-01-09gnu: plzip: Update to 1.9.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (plzip): Update to 1.9.
2021-01-09gnu: tomb: Update to 2.9.Tobias Geerinckx-Rice
* gnu/packages/crypto.scm (tomb): Update to 2.9.
2021-01-09gnu: feh: Update to 3.6.2.Tobias Geerinckx-Rice
* gnu/packages/image-viewers.scm (feh): Update to 3.6.2.
2021-01-09gnu: rspamd: Update to 2.7.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (rspamd): Update to 2.7.
2021-01-09gnu: ncmpcpp: Update to 0.9.1.Leo Famulari
* gnu/packages/mpd.scm (ncmpcpp): Update to 0.9.1.
2021-01-09gnu: guix-build-coordinator: Update to 0-15.b5d998c.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-15.b5d998c.
2021-01-09gnu: emacs-scheme-complete: Update to 0.9.9.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-scheme-complete): Update to 0.9.9. * gnu/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch: Remove file. * gnu/local.mk: Update file.
2021-01-08gnu: icecat: Update to 78.6.1-guix0-preview1 [fixes CVE-2020-16044].Mark H Weaver
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
2021-01-09gnu: guile: Update to 3.0.5.Ludovic Courtès
* gnu/packages/guile.scm (guile-3.0-latest): Update to 3.0.5.
2021-01-09tests: Run 'tests/offload.scm' only when BUILD_DAEMON_OFFLOAD is true.Ludovic Courtès
Fixes: guix build -e '(@ (gnu packages package-management) guix-minimal)' * Makefile.am (SCM_TESTS): Move 'tests/offload.scm' within "if BUILD_DAEMON_OFFLOAD" conditional.
2021-01-08build-systems/emacs: No longer skip patching of files containing NULs.Maxim Cournoyer
This follows the fix to <https://bugs.gnu.org/30116>. * guix/build/emacs-build-system.scm (patch-el-files) [file-contains-nul-char]: Remove nested procedure. [el-file]: Do no filter out files containing NUL characters.
2021-01-08utils: Allow text substitution even in the presence of NUL characters.Mark H Weaver
Fixes <https://issues.guix.gnu.org/30116>. Before this change, the presence of a NUL character on a line meant that the (glibc) regexp engine used by Guile would either 1. stop scanning the string or 2. crash with the error "string contains #\\nul character", depending on the locale used. This change works around this limitation by first replacing the NUL character by an unused Unicode code point, doing the substitution, then reverting the replacement. * guix/build/utils.scm (unused-private-use-code-point) (replace-char): New procedures. (substitute): Make use of the above procedures to work around the NUL character regexp engine limitation. * tests/build-utils.scm: Add tests. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-01-08gnu: emacs-howm: Update to 1.4.7.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-howm): Update to 1.4.7.
2021-01-08gnu: emacs-emms: Fix vorbiscomment path.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-emms)[arguments]: Replace call to "vorbiscomment" by its full store path.
2021-01-08gnu: Add liquidsfz.Ricardo Wurmus
* gnu/packages/music.scm (liquidsfz): New variable.
2021-01-08gnu: yoshimi: Update to 1.7.4.Ricardo Wurmus
* gnu/packages/music.scm (yoshimi): Update to 1.7.4.
2021-01-08gnu: monero-gui: Update to 0.17.1.9.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.9. [source]: Fetch submodules. Add snippet to remove embedded monero sources.
2021-01-08gnu: monero: Update to 0.17.1.9.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero): Update to 0.17.1.9.
2021-01-08gnu: Add schmutz.Ricardo Wurmus
* gnu/packages/guile-xyz.scm (schmutz): New variable.
2021-01-08gnu: rust-pin-utils-0.1: Deduplicate duplicate definitions.Efraim Flashner
* gnu/packages/crates-io.scm (rust-pin-utils-0.1): Combine duplicate definitions.
2021-01-08gnu: Add cl-markdown.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (cl-markdown, ecl-cl-markdown, sbcl-cl-markdown): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-08gnu: Add cl-dynamic-classes.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (cl-dynamic-classes, ecl-dynamic-classes, sbcl-dynamic-classes): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-08gnu: sequoia: Update to 1.0.0.Hartmut Goebel
* gnu/packages/sequoia.scm (sequoia): Update to 1.0.0. [arguments]{cargo-inputs}: Add rust-eax, rust-futures-util, rust-sha1collisiondetection, rust-socket2. Update rust-capnp, rust-capnp-rpc, rust-capnpc, rust-futures, rust-http,rust-hyper rust-hyper-tls, rust-tokio, rust-win-crypto-ng.
2021-01-08gnu: rust-socket2: Update to 0.3.19.Hartmut Goebel
* gnu/packages/crates-io.scm (rust-socket2): Update to 0.3.19. [arguments]{cargo-inputs}: Remove rust-redox-syscall.
2021-01-08gnu: Replace rust-win-crypto-ng-0.2 by rust-win-crypto-ng-0.4.Hartmut Goebel
* gnu/packages/crates-io.scm (rust-win-crypto-ng-0.2): Update to 0.4.0 and rename to (rust-win-crypto-ng-0.4). [arguments]{cargo-inouts}: Add rust-cipher.
2021-01-08gnu: Replace rust-capnpc-0.10 by rust-capnpc-0.13.Hartmut Goebel
* gnu/packages/crates-io.scm (rust-capnpc-0.10): Update to 0.13.1 and rename to rust-capnpc-0.13. [arguments] Add skip-build. {cargo-inputs}: Update rust-capnp to rust-capnp-0.13.
2021-01-08gnu: Replace rust-capnp-rpc-0.10 by rust-capnp-rpc-0.13.Hartmut Goebel
* gnu/packages/crates-io.scm (rust-capnp-rpc-0.10): Update to 0.13.1 and rename to rust-capnp-rpc-0.13. [arguments] Add skip-build. {cargo-inputs}: Update rust-capnp to rust-capnp-0.13. Update rust-capnp-futures to rust-capnp-futures-0.13.
2021-01-08gnu: Replace rust-capnp-futures-0.10 by rust-capnp-futures-0.13.Hartmut Goebel
* gnu/packages/crates-io.scm (rust-capnp-futures-0.10): Update to 0.13.2 and rename to (rust-capnp-futures-0.13). [arguments] Add skip-build. {cargo-inputs}: Update rust-capnp to rust-capnp-0.13.
2021-01-08gnu: Replace rust-capnp-0.10 by rust-capnp-0.13.Hartmut Goebel
* gnu/packages/crates-io.scm (rust-capnp-0.10): Update to 0.13.6 and rename to rust-capnp-0.13. [arguments] Add skip-build.
2021-01-08gnu: Add rust-pin-utils-0.1.Hartmut Goebel
* gnu/packages/crates-io.scm (rust-pin-utils-0.1): New variable.
2021-01-08gnu: Add rust-crypto-mac-0.10.Hartmut Goebel
* gnu/packages/crates-io.scm (rust-crypto-mac-0.10): New variable. (rust-crypto-mac-0.8) Inherit from rust-crypto-mac-0.10.
2021-01-08gnu: Add rust-sha1collisiondetection-0.2.Hartmut Goebel
* gnu/packages/crates-io.scm (rust-sha1collisiondetection-0.2): New variable.
2021-01-08gnu: Add rust-eax-0.3.Hartmut Goebel
* gnu/packages/crates-io.scm (rust-eax-0.3): New variable.