aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: public-inbox: Update to 1.2.0-0.05a06f3.宋文武2020-01-26
| | | | * gnu/packages/mail.scm (public-inbox): Update to 1.2.0-0.05a06f3.
* gnu: cuirass: Update to 0.0.1-28.b9031db.Christopher Baines2020-01-25
| | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-28.b9031db.
* gnu: mgba: Update to 0.8.0.Nicolas Goaziou2020-01-25
| | | | * gnu/packages/emulators.scm (mgba): Update to 0.8.0.
* gnu: musescore: Update to 3.4.1.Nicolas Goaziou2020-01-25
| | | | | | * gnu/packages/music.scm (musescore): Update to 3.4.1. [source]: Remove unnecessary snippet. [arguments]: Do not build telemetry module.
* gnu: silkaj: Update to 0.7.6.Nicolas Goaziou2020-01-25
| | | | | | * gnu/packages/finance.scm (silkaj): Update to 0.7.6. [source]: Move to Pypi. [home-page]: Update home page.
* gnu: python-duniterpy: Update to 0.56.0.Nicolas Goaziou2020-01-25
| | | | | | | | | * gnu/packages/finance.scm (python-duniterpy): Update to 0.56.0. [source]: Move source to Pypi. [arguments]: Add phase to work around a missing file. Remove phases building documentation since they are not applicable anymore. [native-inputs]: Remove it, since it is not applicable in Pypi package. [inputs]: Replace "python-attr" with "python-attrs".
* gnu: Add emacs-eshell-toggle.Brian Leung2020-01-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-eshell-toggle): New variable.
* gnu: ode: Selectively disable tests.Nicolas Goaziou2020-01-25
| | | | | * gnu/packages/game-development.scm (ode)[arguments]: Run tests only on x86_64.
* gnu: youtube-dl: Update to 2020.01.24.Amin Bandali2020-01-25
| | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2020.01.24. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: python-parso: Update to 0.5.2.Marius Bakke2020-01-25
| | | | * gnu/packages/python-xyz.scm (python-parso): Update to 0.5.2.
* gnu: python-pympler: Update to 0.8.Marius Bakke2020-01-25
| | | | * gnu/packages/python-xyz.scm (python-pympler): Update to 0.8.
* gnu: Remove python2-debian.Marius Bakke2020-01-25
| | | | | | This trivial package fails to build and has no users in Guix. * gnu/packages/python-xyz.scm (python2-debian): Remove variable.
* gnu: Add bitcoin-unlimited.Guillaume Le Vaillant2020-01-25
| | | | * gnu/packages/finance.scm (bitcoin-unlimited): New variable.
* gnu: WebKitGTK: Update to 2.26.3.Leo Famulari2020-01-24
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.26.3.
* gnu: QEMU: Update to 4.2.0.Leo Famulari2020-01-24
| | | | | | | * gnu/packages/virtualization.scm (qemu): Update to 4.2.0. [source]: Use new patch. * gnu/packages/patches/qemu-fix-documentation-build-failure.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: QEMU: Install the manual pages.Leo Famulari2020-01-24
| | | | | | | * gnu/packages/virtualization.scm (qemu)[arguments]: Add '--enable-docs' to #:configure-flags. [native-inputs]: Add python-sphinx. (qemu-minimal-2.10)[native-inputs]: Remove python-sphinx.
* gnu: QEMU: Fix CVE-2020-{7039,7211}.Leo Famulari2020-01-24
| | | | | | | * gnu/packages/patches/qemu-CVE-2020-7039.patch, gnu/packages/patches/qemu-CVE-2020-7211.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/virtualization.scm (qemu)[source]: Use them.
* gnu: httpie: Update to 2.0.0.Josh Holland2020-01-25
| | | | | | * gnu/packages/python-web.scm (httpie): Update to 2.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-pygments: Update to 2.5.2.Josh Holland2020-01-25
| | | | | | | * gnu/packages/python-xyz.scm (python-pygments): Update to 2.5.2. [home-page]: Follow redirect to https. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-ics: Add "guile3.0-ics" variant.Ludovic Courtès2020-01-24
| | | | | * gnu/packages/guile-xyz.scm (guile-ics)[source]: Add 'modules' and 'snippet'. (guile3.0-ics): New variable.
* gnu: swi-prolog: Update to 8.1.21.Brett Gilio2020-01-24
| | | | * gnu/packages/prolog.scm (swi-prolog): Update to 8.1.21.
* gnu: emacs-telega: Update to 0.5.10.Brett Gilio2020-01-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.5.10.
* gnu: tdlib: Update to 1.5.5.Brett Gilio2020-01-24
| | | | * gnu/packages/messaging.scm (tdlib): Update to 1.5.5.
* gnu: ode: Disable tests.Nicolas Goaziou2020-01-24
| | | | | * gnu/packages/game-development.scm (ode): Tests are failing or other systems than x86_64, so we disable them.
* gnu: wine-staging: Update to 5.0.Nicolas Goaziou2020-01-24
| | | | | | * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 5.0. (wine-staging): Update to 5.0. [inputs]: Remove faudio, inherited from wine.
* gnu: wine: Add FAudio input.Nicolas Goaziou2020-01-24
| | | | * gnu/packages/wine.scm (wine)[inputs]: Add FAudio.
* gnu: wine: Update to 5.0.Nicolas Goaziou2020-01-24
| | | | * gnu/packages/wine.scm (wine): Update to 5.0.
* gnu: Add megatools.Jakub Kądziołka2020-01-24
| | | | | | | * gnu/packages/sync.scm (megatools): New variable. (megacmd)[description]: Cross-reference the two packages in the description. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add megacmd.Jakub Kądziołka2020-01-24
| | | | | | * gnu/packages/sync.scm (megacmd): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: emacs-xr: Update to 1.14.Nicolas Goaziou2020-01-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.14.
* gnu: r-biocset: Fix spelling of "ability".Vagrant Cascadian2020-01-24
| | | | * gnu/packages/bioconductor (r-biocset)[description]: Fix typo.
* gnu: rust-serde-bytes-0.11: Fix spelling of "handle".Vagrant Cascadian2020-01-24
| | | | * gnu/packages/crates-io (rust-serde-bytes-0.11)[synopsis]: Fix typo.
* gnu: rust-rust-argon2-0.5: Fix spelling of "contains".Vagrant Cascadian2020-01-24
| | | | * gnu/packages/crates-io (rust-rust-argon2-0.5)[description]: Fix typo.
* gnu: rust-which-2.0: Fix spelling of "executable".Vagrant Cascadian2020-01-24
| | | | * gnu/packages/crates-io (rust-which-2.0)[description]: Fix typo.
* gnu: emacs-helm-clojuredocs: Fix typo "This package".Vagrant Cascadian2020-01-24
| | | | * gnu/packages/emacs-xyz (emacs-helm-clojuredocs)[description]: Fix typo.
* gnu: ghc-time-compat: Fix typo "This package".Vagrant Cascadian2020-01-24
| | | | * gnu/packages/haskell-xyz (ghc-time-compat)[description]: Fix typo.
* gnu: ocaml-mmap: Fix spelling of "function".Vagrant Cascadian2020-01-24
| | | | * gnu/packages/ocaml (ocaml-mmap)[description]: Fix typo.
* gnu: pinfo: Fix spelling of "additionally".Vagrant Cascadian2020-01-24
| | | | * gnu/packages/texinfo (pinfo)[description]: Fix typo.
* gnu: jimtcl: Update to 0.79.Efraim Flashner2020-01-24
| | | | | * gnu/packages/embedded.scm (jimtcl): Update to 0.79. [home-page]: Update home-page.
* gnu: jimtcl: Don't use unstable tarball.Efraim Flashner2020-01-24
| | | | * gnu/packages/embedded.scm (jimtcl)[source]: Download using git-fetch.
* gnu: stlink: Don't use unstable tarball.Efraim Flashner2020-01-24
| | | | * gnu/packages/embedded.scm (stlink)[source]: Download using git-fetch.
* gnu: spin2cpp: Don't use unstable tarball.Efraim Flashner2020-01-24
| | | | * gnu/packages/embedded.scm (spin2cpp)[source]: Download using git-fetch.
* gnu: openspin: Don't use unstable tarball.Efraim Flashner2020-01-24
| | | | * gnu/packages/embedded.scm (openspin)[source]: Download using git-fetch.
* gnu: linux-libre: Update to 5.4.14.Mark H Weaver2020-01-23
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.14. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.98.Mark H Weaver2020-01-23
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.98. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.167.Mark H Weaver2020-01-23
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.167. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.211.Mark H Weaver2020-01-23
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.211. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre@4.4: Update to 4.4.211.Mark H Weaver2020-01-23
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.211. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre: Update deblob scripts.Mark H Weaver2020-01-23
| | | | | | | * gnu/packages/linux.scm (deblob-scripts-5.4, deblob-scripts-4.19) (deblob-scripts-4.14, deblob-scripts-4.9, deblob-scripts-4.4): Update to 5.4.14, 4.19.98, 4.14.167, 4.9.211, and 4.4.211, respectively, and update hashes.
* gnu: tuxguitar: Build and install ALSA plugin.Mike Rosset2020-01-23
| | | | | | | | | | * gnu/packages/music.scm (tuxguitar): Allows MIDI sound output when using a synthesizer like TiMidity++. [inputs]: Add alsa-lib. [arguments]: No longer change build directory context between phases. Install desktop, mime and manual files during the "install" phase. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>