Age | Commit message (Expand) | Author |
2021-04-11 | gnu: lldpd: Update to 1.0.10....* gnu/packages/networking.scm (lldpd): Update to 1.0.10.
| Tobias Geerinckx-Rice |
2021-04-11 | gnu: glfw: Update to 3.3.4....* gnu/packages/gl.scm (glfw): Update to 3.3.4.
| Tobias Geerinckx-Rice |
2021-04-11 | gnu: freetds: Update to 1.2.19....* gnu/packages/databases.scm (freetds): Update to 1.2.19.
| Tobias Geerinckx-Rice |
2021-04-11 | gnu: gmic: Update to 2.9.7....* gnu/packages/image-processing.scm (gmic): Update to 2.9.7.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: Add wlogout....* gnu/packages/wm.scm (wlogout): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| la snesne |
2021-04-10 | git: Update cached checkout to the remote HEAD by default....Fixes <https://bugs.gnu.org/45187>.
Reported by Ricardo Wurmus <rekado@elephly.net>.
update-cached-checkout hard codes "master" as the default branch, leading to a
failure when the clone doesn't have a "master" branch. Instead use the remote
HEAD symref as an indicator of what the primary branch is.
* guix/git.scm (resolve-reference): Support resolving symrefs.
(update-cached-checkout, latest-repository-commit): Change the default for REF
to the empty list and translate it to the remote HEAD symref.
(<git-checkout>): Change branch field's default to #f.
(git-checkout-compiler): When branch and commit fields are both #f, call
latest-repository-commit* with the empty list as the ref.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kyle Meyer |
2021-04-10 | gnu: Remove clang-runtime-3.6 and clang-3.6....* gnu/packages/llvm.scm (clang-runtime-3.6, clang-3.6): Remove variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
| zimoun |
2021-04-10 | gnu: Remove unused module imports....* gnu/packages/chromium.scm: Don't import (guix store) and (guix monads).
| Marius Bakke |
2021-04-10 | gnu: ungoogled-chromium: Update to 89.0.4389.114-1....* gnu/packages/chromium.scm (%ungoogled-revision): Set to 89.0.4389.114-1.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
| Marius Bakke |
2021-04-10 | gnu: Add cl-coalton....* gnu/packages/lisp-xyz.scm (sbcl-coalton, cl-coalton, ecl-coalton):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2021-04-10 | gnu: Add cl-abstract-classes....* gnu/packages/lisp-xyz.scm (sbcl-abstract-classes, cl-abstract-classes,
ecl-abstract-classes): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2021-04-10 | gnu: raptor2: Use HTTPS home page and source URI....* gnu/packages/rdf.scm (raptor2)[home-page]: Use HTTPS URI.
[source]: Use HTTPS URI.
| Nicolas Goaziou |
2021-04-10 | gnu: ddcutil: Update to 1.1.0....* gnu/packages/hardware.scm (ddcutil): Update to 1.1.0.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: faudio: Update to 21.04....* gnu/packages/audio.scm (faudio): Update to 21.04.
[arguments]: Replace FFMPEG=ON configure flag with GSTREAMER=ON.
[inputs]: Likewise replace ffmpeg with gstreamer & gst-plugins-base.
[license]: Update licence list.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: aws-c-common: Update to 0.5.3....* gnu/packages/c.scm (aws-c-common): Update to 0.5.3.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: guile-eris: Fix typo in description....* gnu/packages/guile-xyz.scm (guile-eris)[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: bindfs: Fix typo in description....* gnu/packages/file-systems.scm (bindfs)[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: go-go-uber-org-multierr: Fix typo in synopsis....* gnu/packages/golang.scm (go-go-uber-org-multierr)[synopsis]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: r-gagedata: Fix typo in synopsis....* gnu/packages/bioconductor.scm (r-gagedata)[synopsis]: Fix typo and add
article.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: libglvnd: Fix typo in description....* gnu/packages/gl.scm (libglvnd)[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: julia-mbedtls: Fix typo in description....* gnu/packages/julia-xyz.scm (julia-mbedtls)[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: python-pypeg2: Fix typo in synopsis....* gnu/packages/python-xyz.scm (python-pypeg2)[synopsis]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: go-github-com-go-sql-driver-mysql: Fix typo in description....* gnu/packages/golang.scm (go-github-com-go-sql-driver-mysql)
[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: python-scour: Fix typo in description....* gnu/packages/python-xyz.scm (python-scour)[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: python-nestedtext: Fix typo in description....* gnu/packages/python-xyz.scm (python-nestedtext)
[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: gpart: Fix typo in description....* gnu/packages/disk.scm (gpart)[description]: Fix my own typo.
| Tobias Geerinckx-Rice |
2021-04-10 | bootloader: grub: Fix typo in docstring....* gnu/bootloader/grub.scm (install-grub-efi-netboot): Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: rust-hmac-sha1: Fix description....* gnu/packages/crates-io.scm (rust-hmac-sha1-0.1)
[description]: Fix typo & use @acronym{}.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: r-chromstar: Fix typo in description....* gnu/packages/bioconductor.scm (r-chromstar)[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: nordic-theme: Fix typo in synopsis & description....* gnu/packages/gnome-xyz.scm (nordic-theme)
[synopsis, description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: itcl: Fix typo in description....* gnu/packages/tcl.scm (itcl)[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: ghc-wai-cors: Fix typo in description....* gnu/packages/haskell-web.scm (ghc-wai-cors)[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: bluez-alsa: Fix typo in description....* gnu/packages/audio.scm (bluez-alsa)[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: bsd-games: Fix typo in description....* gnu/packages/games.scm (bsd-games)[description]: Fix typo, and delete
stray comma.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: config: Fix typo in synopsis....* gnu/packages/autotools.scm (config)[synopsis]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: rust-scratch: Fix typo in description....* gnu/packages/crates-io.scm (rust-scratch-1)[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: sbcl-cl-slug: Fix typos in synopsis & description....* gnu/packages/lisp-xyz.scm (sbcl-cl-slug)
[synopsis, description]: Fix typos.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: lv2-speech-denoiser: Fix typo in description....* gnu/packages/audio.scm (lv2-speech-denoiser)[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: kmail: Fix typo in description....* gnu/packages/kde-pim.scm (kmail)[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | doc: Fix typos....* doc/guix.texi (SELinux Support): Fix typo.
(Build Systems): Likewise.
(DNS Services): Likewise.
(Networking Services): Likewise.
(Guix Services): Likewise.
(Reduced Binary Seed Bootstrap): Likewise.
(Documentation): Likewise.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: r-physicalactivity: Fix typos in description....* gnu/packages/cran.scm (r-physicalactivity)[description]: Fix typos.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: erofs-utils: Fix typo in synopsis & description....* gnu/packages/linux.scm (erofs-utils)[synopsis, description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: geda-gaf: Fix typo in description....* gnu/packages/engineering.scm (geda-gaf)[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: tl-parser: Fix typo in description....* gnu/packages/telegram.scm (tl-parser)[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: emacs-webpaste: Fix typo in description....* gnu/packages/emacs-xyz.scm (emacs-webpaste)[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: r-msmstests: Fix typos in description....* gnu/packages/bioconductor.scm (r-msmstests)[description]: Fix typos.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: r-ggforce: Fix typo in description....* gnu/packages/cran.scm (r-ggforce)[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: Fix typo in (gnu packages gtk)....* gnu/packages/gtk.scm: Fix typo in copyright header.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: go-github-com-charmbracelet-glamour: Fix typo in description....* gnu/packages/golang.scm (go-github-com-charmbracelet-glamour)
[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: nimf: Fix typo in description....* gnu/packages/language.scm (nimf)[description]: Fix typo.
| Tobias Geerinckx-Rice |