Age | Commit message (Expand) | Author |
2022-05-28 | gnu: r-ff: Update to 4.0.7....* gnu/packages/cran.scm (r-ff): Update to 4.0.7.
| Ricardo Wurmus |
2022-05-28 | gnu: r-circlize: Update to 0.4.15....* gnu/packages/cran.scm (r-circlize): Update to 0.4.15.
| Ricardo Wurmus |
2022-05-28 | gnu: r-rcppxptrutils: Update to 0.1.2....* gnu/packages/cran.scm (r-rcppxptrutils): Update to 0.1.2.
| Ricardo Wurmus |
2022-05-28 | gnu: r-ps: Update to 1.7.0....* gnu/packages/cran.scm (r-ps): Update to 1.7.0.
| Ricardo Wurmus |
2022-05-28 | gnu: r-haven: Update to 2.5.0....* gnu/packages/cran.scm (r-haven): Update to 2.5.0.
[propagated-inputs]: Add r-cli and r-lifecycle.
| Ricardo Wurmus |
2022-05-28 | gnu: r-shinyfiles: Update to 0.9.2....* gnu/packages/cran.scm (r-shinyfiles): Update to 0.9.2.
| Ricardo Wurmus |
2022-05-28 | gnu: r-rstpm2: Update to 1.5.6....* gnu/packages/cran.scm (r-rstpm2): Update to 1.5.6.
| Ricardo Wurmus |
2022-05-28 | gnu: r-fastghquad: Update to 1.0.1....* gnu/packages/cran.scm (r-fastghquad): Update to 1.0.1.
| Ricardo Wurmus |
2022-05-28 | gnu: r-vegan: Update to 2.6-2....* gnu/packages/cran.scm (r-vegan): Update to 2.6-2.
| Ricardo Wurmus |
2022-05-28 | gnu: r-astsa: Update to 1.15....* gnu/packages/cran.scm (r-astsa): Update to 1.15.
| Ricardo Wurmus |
2022-05-28 | gnu: r-shadowtext: Update to 0.1.2....* gnu/packages/cran.scm (r-shadowtext): Update to 0.1.2.
| Ricardo Wurmus |
2022-05-28 | gnu: r-mboost: Update to 2.9-7....* gnu/packages/cran.scm (r-mboost): Update to 2.9-7.
| Ricardo Wurmus |
2022-05-28 | gnu: r-polychrome: Update to 1.5.1....* gnu/packages/cran.scm (r-polychrome): Update to 1.5.1.
| Ricardo Wurmus |
2022-05-28 | gnu: r-scales: Update to 1.2.0....* gnu/packages/cran.scm (r-scales): Update to 1.2.0.
[propagated-inputs]: Add r-rlang.
| Ricardo Wurmus |
2022-05-28 | gnu: r-zoo: Update to 1.8-10....* gnu/packages/cran.scm (r-zoo): Update to 1.8-10.
| Ricardo Wurmus |
2022-05-28 | gnu: r-v8: Update to 4.2.0....* gnu/packages/cran.scm (r-v8): Update to 4.2.0.
| Ricardo Wurmus |
2022-05-28 | gnu: r-datawizard: Update to 0.4.1....* gnu/packages/cran.scm (r-datawizard): Update to 0.4.1.
| Ricardo Wurmus |
2022-05-28 | gnu: r-abn: Update to 2.7-1....* gnu/packages/bioconductor.scm (r-abn): Update to 2.7-1.
| Ricardo Wurmus |
2022-05-28 | gnu: r-ldheatmap: Update to 1.0-6....* gnu/packages/bioconductor.scm (r-ldheatmap): Update to 1.0-6.
| Ricardo Wurmus |
2022-05-28 | gnu: r-wgcna: Update to 1.71....* gnu/packages/bioconductor.scm (r-wgcna): Update to 1.71.
| Ricardo Wurmus |
2022-05-28 | gnu: r-activepathways: Update to 1.1.0....* gnu/packages/bioconductor.scm (r-activepathways): Update to 1.1.0.
| Ricardo Wurmus |
2022-05-28 | gnu: r-with-tests: Update to 4.2.0....* gnu/packages/statistics.scm (r-with-tests): Update to 4.2.0.
[arguments]: Add phase 'patch-tests; add phase 'set-home.
| Ricardo Wurmus |
2022-05-28 | gnu: wget2: Reindent package....* gnu/packages/wget.scm (wget2): Reindent package with 'guix style'.
| Efraim Flashner |
2022-05-28 | gnu: wget2: Update to 2.0.1....* gnu/packages/wget.scm (wget2): Update to 2.0.1.
[arguments]: Remove trailing #t from phases.
| Efraim Flashner |
2022-05-28 | gnu: mesa: Build with llvm on armhf-linux....* gnu/packages/gl.scm (mesa)[inputs]: Add llvm for all architectures.
[native-inputs]: Add glslang for all architectures.
[arguments]: Adjust configure-flags to give armhf-linux its own
gallium-drivers and enable llvm support. Rewrite portions that no longer
depend on specific architectures to enable flags. Adjust custom
'disable-failing-test phase to skip a test on armhf-linux.
| Efraim Flashner |
2022-05-28 | gnu: clang-from-llvm: Fix build on some architectures....* gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Adjust custom
'symlink-cfi_ignorelist phase to only symlink when the file exists.
| Efraim Flashner |
2022-05-28 | gnu: quodlibet: Fix inputs....* gnu/packages/music.scm (quodlibet)[inputs]: Add bash-minimal for
‘wrap-program’. Remove extraneous gtk+.
| Liliana Marie Prikler |
2022-05-28 | gnu: Add quodlibet....* gnu/packages/music.scm (quodlibet): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Remco van 't Veer |
2022-05-28 | gnu: emacs-magit: Use directory excursions rather than wild chdir....* gnu/packages/emacs-xyz.scm (emacs-magit)[#:phases]
<build-info-manual, configure-git>: Don't chdir.
<set-magit-version, patch-exec-paths>: Use full file names.
<enter-lisp-directory>: Drop phase.
<expand-load-path, install>: Wrap in directory excursions.
| Liliana Marie Prikler |
2022-05-28 | gnu: emacs-magit: Drop the libgit backend....The libgit backend currently provides next to no features, but
demands extra maintenance overhead. It is in fact not a usable
backend; thus let's not use it.
* gnu/packages/emacs-xyz.scm (emacs-magit)[arguments]
<#:emacs>: Drop argument.
<#:exclude>: Add sources related to emacs-libgit.
[inputs]: Remove emacs-libgit.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Zhu Zihao |
2022-05-28 | gnu: emacs-magit: Use G-expressions....* gnu/packages/emacs-xyz.scm (emacs-magit)[arguments]: Use G-expressions.
<#:phases>: Use search-input-file to find perl for ‘patch-exec-paths’.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Zhu Zihao |
2022-05-27 | gnu: diffoscope: Update to 214....* gnu/packages/diffoscope.scm (diffoscope): Update to 214.
[arguments]: Remove 'xb-tool-external-tool phase.
| Vagrant Cascadian |
2022-05-28 | gnu: Add python-gatt....* gnu/packages/python-xyz.scm (python-gatt): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Wamm K. D |
2022-05-27 | substitute: Check for --help or --version options early....Running `guix archive --authorize` sets /etc/guix/acl to 600
via with-atomic-file-output via mkstemp!.
Then running `guix substitute --help/--version` fails on "permission denied".
While "guix substitute" is an internal tool, the options --help and --version
exist and you should be able to run those from the command line.
* guix/scripts/substitute.scm (guix-substitute): Earlier check for
--help or --version.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| yarl-baudig@mailoo.org |
2022-05-27 | gnu: Add python-srt....* gnu/packages/python-xyz (python-srt): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pradana AUMARS |
2022-05-27 | gnu: Add python-wasabi....* gnu/packages/python-xyz.scm (python-wasabi): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Artyom V. Poptsov |
2022-05-27 | gnu: emacs-evil-org: Update to 0d10ff7....* gnu/packages/emacs-xyz.scm (emacs-evil-org): Update to 0d10ff7.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| jgart |
2022-05-27 | gnu: emacs-detached: Update to 0.7....* gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.7.
(emacs-dtache): Define as a deprecated alias.
I have both renamed the package dtache -> detached as well as moving the
development from gitlab to sourcehut. This patch reflects those changes, as
well as updating to the latest release of the package.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Niklas Eklund |
2022-05-27 | gnu: Add python-catalogue....* gnu/packages/python-xyz.scm (python-catalogue): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Artyom V. Poptsov |
2022-05-27 | gnu: yad: Update to 12.0....* gnu/packages/gtk.scm (yad): Update to 12.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Benjamin Slade |
2022-05-27 | gnu: python-peachpy: Update to 913d74c....Fixes <https://issues.guix.gnu.org/55669>.
Reported by Sebastian Gibb <mail@sebastiangibb.de>.
* gnu/packages/python-xyz.scm (python-peachpy): Update to 913d74c.
| Ludovic Courtès |
2022-05-27 | gnu: linux-libre 4.9: Update to 4.9.316....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.316.
(linux-libre-4.9-pristine-source): Update hash.
| Leo Famulari |
2022-05-27 | gnu: linux-libre 4.14: Update to 4.14.281....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.281.
(linux-libre-4.14-pristine-source): Update hash.
| Leo Famulari |
2022-05-27 | gnu: linux-libre 4.19: Update to 4.19.245....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.245.
(linux-libre-4.19-pristine-source): Update hash.
| Leo Famulari |
2022-05-27 | gnu: linux-libre 5.4: Update to 5.4.196....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.196.
(linux-libre-5.4-pristine-source): Update hash.
| Leo Famulari |
2022-05-27 | gnu: linux-libre 5.10: Update to 5.10.118....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.118.
(linux-libre-5.10-pristine-source): Update hash.
| Leo Famulari |
2022-05-27 | gnu: linux-libre 5.15: Update to 5.15.43....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.43.
(linux-libre-5.15-pristine-source): Update hash.
| Leo Famulari |
2022-05-27 | gnu: linux-libre: Update to 5.17.11....* gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.11.
(linux-libre-5.17-pristine-source): Update hash.
| Leo Famulari |
2022-05-27 | gnu: nginx-rtmp-module: Use gexps in phases....* gnu/packages/web.scm (nginx-rtmp-module)[#:phases]: Use gexps and
remove trailing #t.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Jack Hill |
2022-05-27 | gnu: nginx-rtmp-module: Use #:configure-flags from nginx....* gnu/packages/web.scm (nginx-rtmp-module)[arguments]: Simplify copying
of arguments from nginx and augment #:configure-flags from nginx
rather than overwriting.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Jack Hill |