Age | Commit message (Expand) | Author |
---|---|---|
2020-11-26 | gnu: guix-build-coordinator: Update to 0-6.16f5ee0....* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-6.16f5ee0. | Christopher Baines |
2020-11-26 | gnu: guix: Update to 1.2.0-2.2c11cf1....* gnu/packages/package-management.scm (guix): Update to 1.2.0-2.2c11cf1. | Christopher Baines |
2020-11-26 | gnu: esbuild: Update to 0.8.15....* gnu/packages/web.scm (esbuild): Update to 0.8.15. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> | Ryan Prior |
2020-11-26 | gnu: open-adventure: Update to 1.9....* gnu/packages/games.scm (open-adventure): Update to 1.9. [arguments]: Re-activate parallel build. Remove configure phase altogether. [native-inputs]: Remove linenoise and python. Add libedit, python-wrapper, and pkg-config. [description]: Slight rewording. (open-adventure-2.5): Deprecate in favor of open-adventure. The package is erroneously versioned as 2.5, which refers to the last release of the original game. However, this is a forward-port with its own versioning scheme. | Nicolas Goaziou |
2020-11-26 | gnu: Add audacious....* gnu/packages/music.scm (audacious): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> | Kei Kebreau |
2020-11-26 | gnu: Add python-xlsxwriter....* gnu/packages/python-xyz.scm (python-xlsxwriter): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> | Vinicius Monego |
2020-11-26 | gnu: fet: Update to 5.47.1....* gnu/packages/education.scm (fet): Update to 5.47.1. | Nicolas Goaziou |
2020-11-26 | gnu: emacs-closql: Update to 1.0.4....* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.0.4. | Jelle Licht |
2020-11-26 | gnu: djvusmooth: Fix path to djvused....* gnu/packages/djvu.scm (djvusmooth)[arguments]: Add 'fix-paths' phase. | Guillaume Le Vaillant |
2020-11-26 | gnu: php: Update to 7.4.13....* gnu/packages/php.scm (php): Update to 7.4.13. | Tobias Geerinckx-Rice |
2020-11-26 | gnu: qtox: Update to 1.17.3....* gnu/packages/messaging.scm (qtox): Update to 1.17.3. [source]: Respect that it's no longer a tarball. | Tobias Geerinckx-Rice |
2020-11-26 | gnu: pyzo: Update to 4.11.2....* gnu/packages/python-xyz.scm (pyzo): Update to 4.11.2. | Tobias Geerinckx-Rice |
2020-11-26 | gnu: lean: Trim synopsis....* gnu/packages/lean.scm (lean)[synopsis]: Remove article & package name. | Tobias Geerinckx-Rice |
2020-11-26 | gnu: lean: Update to 3.23.0....* gnu/packages/lean.scm (lean): Update to 3.23.0. | Tobias Geerinckx-Rice |
2020-11-26 | gnu: igraph: Omit static library....* gnu/packages/graph.scm (igraph)[arguments]: Add "--disable-static" to #:configure-flags. | Tobias Geerinckx-Rice |
2020-11-26 | gnu: igraph: Update to 0.8.4....* gnu/packages/graph.scm (igraph): Update to 0.8.4. | Tobias Geerinckx-Rice |
2020-11-25 | gnu: openssh: Fix ssh-copy-id....* gnu/packages/patches/openssh-fix-ssh-copy-id.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (openssh)[source]: Use it. Signed-off-by: Leo Famulari <leo@famulari.name> | Jesse Gibbons |
2020-11-25 | gnu: python-language-server: Update to 0.36.1....* gnu/packages/python-xyz.scm (python-language-server): Update to 0.36.1. [propagated-inputs]: Reorder, and remove unused inputs. [native-inputs]: Add various native inputs for tests. | Brett Gilio |
2020-11-25 | gnu: python-jsonrpc-server: Update to 0.4.0....* gnu/packages/python-xyz.scm (python-jsonrpc-server): Update to 0.4.0. [propagated-inputs]: Replace python-ujson-1 with python-ujson. | Brett Gilio |
2020-11-25 | gnu: python-ujson: Update to 4.0.1....* gnu/packages/python-xyz.scm (python-ujson): Update to 4.0.1. | Brett Gilio |
2020-11-25 | gnu: Add python-versioneer....* gnu/packages/python-xyz.scm (python-versioneer): New variable. | Brett Gilio |
2020-11-25 | gnu: Remove python2-ujson-1....* gnu/packages/python-xyz.scm (python2-ujson-1): Remove variable. This variable was superceded and no longer needed as a dependency for any package at this version. | Brett Gilio |
2020-11-25 | gnu: Remove python-ujson-1....* gnu/packages/python-xyz.scm (python-ujson-1): Remove variable. This variable was superceded and no longer needed as a dependency for any package at this version. | Brett Gilio |
2020-11-25 | gnu: ghc-cassava-megaparsec: Downgrade to 2.0.1....* gnu/packages/haskell-xyz.scm (ghc-cassava-megaparsec): Downgrade to 2.0.1. Signed-off-by: Leo Famulari <leo@famulari.name> | Carlo Holl |
2020-11-25 | gnu: hledger: Downgrade to 1.14.2....* gnu/packages/finance.scm (hledger): Downgrade to 0.14.2. [inputs, native-inputs]: Replace with what is generated by guix import. Signed-off-by: Leo Famulari <leo@famulari.name> | Carlo Holl |
2020-11-25 | gnu: ghc-hledger-lib: Downgrade to 0.14.1....* gnu/packages/haskell-xyz.scm (ghc-hledger-lib): Downgrade to 0.14.1. [inputs]: Replace with what is generated by guix import. Signed-off-by: Leo Famulari <leo@famulari.name> | Carlo Holl |
2020-11-25 | gnu: Add ghc-easytest....* gnu/packages/haskell-check.scm (ghc-easytest): New variable Signed-off-by: Leo Famulari <leo@famulari.name> | Carlo Holl |
2020-11-25 | gnu: ghc-doctest: Downgrade to 0.16.2....* gnu/packages/haskell-xyz.scm (ghc-doctest): Downgrade to 0.16.2. [inputs]: Replace with what is generated by guix import. Signed-off-by: Leo Famulari <leo@famulari.name> | Carlo Holl |
2020-11-25 | gnu: ghc-tabular: Downgrade to 0.2.2.7....* gnu/packages/haskell-xyz.scm (ghc-tabular): Downgrade to 0.2.2.7. Signed-off-by: Leo Famulari <leo@famulari.name> | Carlo Holl |
2020-11-25 | gnu: OpenSC: Update to 0.21.0 [fixes CVE-2020-{26570,26571,26572}]....* gnu/packages/security-token.scm (opensc): Update to 0.21.0. | Leo Famulari |
2020-11-25 | gnu: oil: Update to 0.8.5....* gnu/packages/shells.scm (oil): Update to 0.8.5. Signed-off-by: Leo Famulari <leo@famulari.name> | Ryan Prior via Guix-patches via |
2020-11-26 | Merge branch 'master' into staging | Marius Bakke |
2020-11-26 | gnu: dav1d: Add a source file name....* gnu/packages/video.scm (dav1d)[source](file-name): New field. | Marius Bakke |
2020-11-25 | gnu: python-transient: Update to 0.11....* gnu/packages/virtualization.scm (python-transient): Update to 0.11. | Brett Gilio |
2020-11-25 | gnu: Add python-opentsne....* gnu/packages/machine-learning.scm (python-opentsne): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> | Vinicius Monego |
2020-11-25 | gnu: Add python-pynndescent....* gnu/packages/machine-learning.scm (python-pynndescent): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> | Vinicius Monego |
2020-11-26 | gnu: xf86-video-intel: Update to 2.99.917-17.ad5540f....* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-17.ad5540f. | Marius Bakke |
2020-11-26 | gnu: guile-bytestructures: Update to 1.0.9....Fixes <https://bugs.gnu.org/44000>. * gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.9. [source]: Adjust tag to no longer include "v" prefix. | Ludovic Courtès |
2020-11-26 | gnu: hwloc: Add "doc" output....* gnu/packages/mpi.scm (hwloc-1)[outputs]: Add "doc". [arguments]: Add 'move-man3-pages' phase. | Ludovic Courtès |
2020-11-25 | gnu: Add git-open....* gnu/packages/version-control.scm (git-open): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> | EuAndreh |
2020-11-25 | gnu: perl-cairo: Update to 1.108....* gnu/packages/gtk.scm (perl-cairo): Update to 1.108. | Tobias Geerinckx-Rice |
2020-11-25 | gnu: youtube-dl: Update to 2020.11.26....* gnu/packages/video.scm (youtube-dl): Update to 2020.11.26. | Tobias Geerinckx-Rice |
2020-11-25 | gnu: lmdb: Update to 0.9.27....* gnu/packages/databases.scm (lmdb): Update to 0.9.27. | Tobias Geerinckx-Rice |
2020-11-25 | gnu: volk: Remove static library....* gnu/packages/engineering.scm (volk)[arguments]: Add a 'remove-static-libraries phase. | Tobias Geerinckx-Rice |
2020-11-25 | gnu: volk: Update to 2.4.0....* gnu/packages/engineering.scm (volk): Update to 2.4.0. [source]: Clone recursively. | Tobias Geerinckx-Rice |
2020-11-25 | gnu: libaudec: Update to 0.2.4....* gnu/packages/audio.scm (libaudec): Update to 0.2.4. [arguments]: Use a newer #:meson. | Tobias Geerinckx-Rice |
2020-11-25 | gnu: volk: Fetch from git repository....* gnu/packages/engineering.scm (volk)[source]: Use GIT-FETCH and GIT-FILE-NAME. | Tobias Geerinckx-Rice |
2020-11-25 | gnu: mercury: Update to 20.06.1....* gnu/packages/mercury.scm (mercury): Update to 20.06.1. | Brett Gilio |
2020-11-25 | gnu: mercury-minimal: Update to 20.06.1....* gnu/packages/mercury.scm (mercury-minimal): Update to 20.06.1. | Brett Gilio |
2020-11-25 | gnu: gnupg: Update to 2.2.25....* gnu/packages/gnupg.scm (gnupg): Update to 2.2.25. | Marius Bakke |