summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2021-02-24gnu: Add ghc-protolude-0.3.Léo Le Bouter
* gnu/packages/haskell-xyz.scm (ghc-protolude-0.3): New variable.
2021-02-24gnu: Add monado.Andy Tai
* gnu/packages/graphics.scm (monado): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-24gnu: linux-libre 4.4: Update to 4.4.258.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.258. (linux-libre-4.4-pristine-source): Update hash.
2021-02-24gnu: linux-libre 4.9: Update to 4.9.258.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.258. (linux-libre-4.9-pristine-source): Update hash.
2021-02-24gnu: linux-libre 4.14: Update to 4.14.222.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.222. (linux-libre-4.14-pristine-source): Update hash.
2021-02-24gnu: linux-libre 4.19: Update to 4.19.177.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.177. (linux-libre-4.19-pristine-source): Update hash. (deblob-scripts-4.19): Use linux-libre-4.19-version.
2021-02-24gnu: linux-libre 5.4: Update to 5.4.100.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.100. (linux-libre-5.4-pristine-source): Update hash.
2021-02-24gnu: linux-libre 5.11: Update to 5.11.1.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.1. (linux-libre-5.11-pristine-source): Update hash.
2021-02-24gnu: linux-libre: Update to 5.10.18.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.18. (linux-libre-5.10-pristine-source): Update hash.
2021-02-24gnu: git-annex: Update to 8.20210223.Kyle Meyer
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210223. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-24gnu: Add ocrfeeder.Andy Tai
* gnu/packages/gnome.scm (ocrfeeder): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-24gnu: notmuch: Update to 0.31.4.Xinglu Chen
* gnu/packages/mail.scm (notmuch): Update to 0.31.4. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-24gnu: Add luajit-lua52-openresty.Vinícius dos Santos Oliveira
* gnu/packages/lua.scm (luajit-lua52-openresty): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-24gnu: http-server: Fix build on i686-linux.Mathieu Othacehe
* gnu/packages/patches/http-parser-fix-assertion-on-armhf.patch: Remove it. * gnu/local.mk (dist_patch_DATA): Update it. * gnu/packages/web.scm (http-parser)[source]: Remove a test assertion failing on i686-linux. [arguments]: Remove the "assertion.patch" that is merged upstream. [native-inputs]: Ditto. [synopsis]: Wrap it.
2021-02-24gnu: nano: Update to 5.6.Tobias Geerinckx-Rice
* gnu/packages/nano.scm (nano): Update to 5.6.
2021-02-24gnu: Add tmsu.Ricardo Wurmus
* gnu/packages/file-systems.scm (tmsu): New variable.
2021-02-24gnu: Add go-github-com-hanwen-fuse.Ricardo Wurmus
* gnu/packages/file-systems.scm (go-github-com-hanwen-fuse): New variable.
2021-02-24gnu: Add greenclip.Léo Le Bouter
* gnu/packages/haskell-apps.scm (greenclip): New variable. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
2021-02-24gnu: Add ghc-wordexp.Stefan Reichör
* gnu/packages/haskell-xyz.scm (ghc-wordexp): New variable. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
2021-02-24gnu: ghc-protolude: Update to 0.3.0.Stefan Reichör
* gnu/packages/haskell-xyz.scm (ghc-protolude): Update to 0.3.0. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
2021-02-24gnu: purescript: Move to version-specific ghc-protolude-0.2 input.Léo Le Bouter
* gnu/packages/purescript.scm (purescript)[inputs]: Replace ghc-protolude with ghc-protolude-0.2.
2021-02-24gnu: Add ghc-protolude-0.2.Léo Le Bouter
* gnu/packages/haskell-xyz.scm (ghc-protolude-0.2): New variable.
2021-02-24gnu: icedove: Update to 78.8.0.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 78.8.0.
2021-02-24gnu: Add go-github-com-mattn-go-sqlite3.Ricardo Wurmus
* gnu/packages/golang.scm (go-github-com-mattn-go-sqlite3): New variable.
2021-02-24gnu: esbuild: Update to 0.8.51.Ryan Prior via Guix-patches via
* gnu/packages/web.scm (esbuild): Update to 0.8.51. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-24gnu: emacs-pyim: Update to 3.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.2. [source]: Use GNU ELPA URI. [description]: Use full sentence.
2021-02-24gnu: node: Update to 10.23.3.Jelle Licht
* gnu/packages/node.scm (node): Update to 10.23.3.
2021-02-24gnu: http-parser: Update to 2.9.4-1.ec8b5ee [fixes CVE-2020-8287].Jelle Licht
Fixes CVE-2020-8287. * gnu/packages/web.scm (http-parser): Update to 2.9.4-1.ec8b5ee. [source]: Add patch to mitigate CVE. * gnu/packages/patches/patches/http-parser-CVE-2020-8287.patch: New file. * gnu/local.mk [dist_patch_DATA]: New patch.
2021-02-24gnu: patchwork: Update to 3.0.1.Christopher Baines
* gnu/packages/patchutils.scm (patchwork): Update to 3.0.1.
2021-02-24gnu: icecat: Update to 78.8.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2021-23968, CVE-2021-23969, CVE-2021-23973, and CVE-2021-23978. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update upstream source hash.
2021-02-24gnu: emacs-csv-mode: Update to 1.15.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.15.
2021-02-24gnu: profanity: Disable static libraries.Raghav Gururajan
* gnu/packages/messaging.scm (profanity) [arguments]<#:configure-flag>: Add --disable-static. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-02-24gnu: profanity: Add missing inputs.Raghav Gururajan
* gnu/packages/messaging.scm (profanity) [inputs]: Add libgcrypt. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-02-24gnu: libstrophe: Disable static libraries.Raghav Gururajan
* gnu/packages/messaging.scm (libstrope)[arguments]: Add --disable-static configure flag. Patch Makefile.am to make tests link correctly. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> libstrophe oneline
2021-02-24gnu: libstrophe: Update to 0.10.1.Raghav Gururajan
* gnu/packages/messaging.scm (libstrophe) [version]: Update to 0.10.1. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-02-24gnu: libmesode: Disable static libraries.Raghav Gururajan
* gnu/packages/messaging.scm (libmesode)[arguments]: Add --disable-static configure flag. Patch Makefile.am to make tests link correctly.
2021-02-24gnu: libmesode: Update source, home-page URIs.Raghav Gururajan
* gnu/packages/messaging.scm (libmesode) [source]: Update to new upstream URI. [home-page]: Same. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-02-24gnu: Add oshu.Dan Frumin
* gnu/packages/games.scm (oshu): New variable. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-02-23gnu: asciidoc: Update source URI.Björn Höfling
* gnu/packages/documentation.scm (asciidoc)[source]: Update URI. This fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46706>. They moved (and redirected) the repository to the new location <https://github.com/asciidoc-py/asciidoc-py>. Here they changed the old commits in-place using now Python3, which caused the hash mismatch. The untouched Python2 version is still found under the ..-py2 repository.
2021-02-23gnu: redkite: Update to 1.3.0.Alexandros Theodotou
* gnu/packages/audio.scm (redkite): Update to 1.3.0. [propagated-inputs]: Move cairo from inputs. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-23gnu: geonkick: Update to 2.7.0.Alexandros Theodotou
* gnu/packages/music.scm (geonkick): Update to 2.7.0. [inputs]: Remove cairo (included in redkite). [home-page]: Update URL. [source]: Update repository URL. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-23gnu: zrythm: Update to 1.0.0-alpha.12.0.1.Alexandros Theodotou
* gnu/packages/music.scm (zrythm): Update to 1.0.0-alpha.12.0.1. [inputs]: Add pulseaudio. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-23gnu: guix-build-coordinator: Update to 0-19.f9a257e.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-19.f9a257e.
2021-02-23gnu: Python: Fix CVE-2021-3177.Leo Famulari
* gnu/packages/patches/python-3.8-CVE-2021-3177.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-3.8)[replacement]: New field. (python-3.8/fixed): New variable.
2021-02-23gnu: Add midicomp.Alexandros Theodotou
* gnu/packages/audio.scm (midicomp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-23gnu: Add star-for-pigx.Ricardo Wurmus
This is a follow-up to commit f1f6e49190a11f926af3bef0d45541cabf47c742. * gnu/packages/bioinformatics.scm (star-for-pigx): New variable. (pigx-rnaseq, pigx-scrnaseq)[inputs]: Replace star with star-for-pigx.
2021-02-23gnu: grammalecte: Update to 2.1.1.Nicolas Goaziou
* gnu/packages/dictionaries.scm (grammalecte): Update to 2.1.1.
2021-02-23gnu: pwsafe-cli: Fix version (again).Nicolas Goaziou
* gnu/packages/password-utils.scm (pwsafe-cli)[version]: Actual version is 0.2.0, not 0.2.1. This is a followup to 9d76ff4304d1e9d0f413360ccdf2a2b14bf16c73.
2021-02-23gnu: pwsafe-cli: Fix version.Nicolas Goaziou
* gnu/packages/password-utils.scm (pwsafe-cli)[version]: Use 0.2.1 instead of 0.
2021-02-23gnu: pwsafe-cli: Small fixes.Nicolas Goaziou
* gnu/packages/password-utils.scm (pwsafe-cli): Fix indentation. [inputs]: Re-order alphabetically. [description]: Use a full sentence.