summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-08gnu: fldigi: Update to 4.1.20.Guillaume Le Vaillant
* gnu/packages/radio.scm (fldigi): Update to 4.1.20.
2021-08-08gnu: txr: Update to 268.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 268. [arguments]: Update 'fix-tests' phase.
2021-08-08gnu: ruby-2.5: Update to 2.5.9.Efraim Flashner
* gnu/packages/ruby.scm (ruby-2.5): Update to 2.5.9. [source]: Remove redundant inherited fields.
2021-08-08gnu: ruby-3.0: Update to 3.0.2.Efraim Flashner
* gnu/packages/ruby.scm (ruby-3.0): Update to 3.0.2.
2021-08-08gnu: ruby-2.7: Update to 2.7.4.Efraim Flashner
* gnu/packages/ruby.scm (ruby-2.7): Update to 2.7.4. [source]: Remove redundant inherited fields.
2021-08-08doc: Add a tip to better name mcron jobs.Maxim Cournoyer
* doc/guix.texi (Scheduled Job Execution): Specify the 'displayable' argument for the 'updatedb-job' example. Add a tip to better name jobs, referring to the modified example.
2021-07-27gnu: MPD: Update to 0.22.10.Leo Famulari
* gnu/packages/mpd.scm (mpd): Update to 0.22.10.
2021-07-27gnu: lynx: Update to 2.9.0dev.9 [security fixes].Leo Famulari
Fixes <https://lists.nongnu.org/archive/html/lynx-dev/2021-08/msg00000.html>. * gnu/packages/web-browsers.scm (lynx): Update to 2.9.0dev.9.
2021-07-27gnu: GPSD: Update to 3.23.Leo Famulari
Fixes <https://gitlab.com/gpsd/gpsd/-/issues/144>, "GPSD time will jump back 1024 weeks at after week=2180 (23-October-2021)". See also <http://bugs.gnu.org/49815>. * gnu/packages/gps.scm (gpsd): Update to 3.23. [arguments]: Set TAR=noop in the 'fix-build' phase.
2021-08-07services: pam-limits: fix limits.conf locationmuradm
* gnu/services/base.scm: fix limits.conf location This fixes #49771 Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-08-07gnu: emacs-elfeed-score: Update to 0.7.10.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.7.10.
2021-08-07gnu: dovecot-pigeonhole: Update to 0.5.16.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.16.
2021-08-07gnu: dovecot: Update to 2.3.16.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (dovecot): Update to 2.3.16.
2021-08-07etc: committer: Support reading G-expressions.Maxime Devos
Some package definitions use G-expressions (see, e.g., chez-scheme). Import (guix gexp) such that Guile knows how to read those. Otherwise, an exception such as the following might be raised: ERROR: In procedure read: In procedure scm_lreadr: gnu/services/networking.scm:480:16: Unknown # object: #\~ * etc/committer.scm.in: Import (guix gexp). Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-08-07gnu: Add emacs-valign.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-valign): New variable.
2021-08-07gnu: emacs-magit: Update to 3.2.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.2.1.
2021-08-07gnu: emacs-fountain-mode: Update to 3.5.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.5.1.
2021-08-06gnu: giac: Update to 1.7.0-25.Nicolas Goaziou
* gnu/packages/algebra.scm (giac): Update to 1.7.0-25.
2021-08-06gnu: emacs-olivetti: Update to 2.0.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 2.0.0.
2021-08-06gnu: emacs-ebdb: Update to 0.7.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.7.1.
2021-08-06gnu: komikku: Update to 0.30.0.Leo Prikler
* gnu/packages/gnome.scm (komikku): Update to 0.30.0. [inputs]: Add python-natsort.
2021-08-06gnu: julia-lazyarrays: Update to 0.21.14.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-lazyarrays): Update to 0.21.14.
2021-08-06gnu: julia: Update to 1.6.2.Efraim Flashner
* gnu/packages/julia.scm (julia): Update to 1.6.2. [arguments]: Add phase to adjust the expected number of precompile statements. Adjust custom 'disable-broken-tests phase to remove fixed test. [native-inputs]: Remove nss-certs.
2021-08-06gnu: Add slscroll.Raghav Gururajan
* gnu/packages/suckless.scm (slscroll): New variable.
2021-08-06gnu: Add tabbed.Raghav Gururajan
* gnu/packages/suckless.scm (tabbed): New variable.
2021-08-06gnu: go-1.16: Update to 1.16.7.Sarah Morgensen
* gnu/packages/golang.scm (go-1.16): Update to 1.16.7. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-06gnu: Add r-datasaurus.Lars-Dominik Braun
* gnu/packages/statistics.scm (r-datasaurus): New variable.
2021-08-06gnu: emacs-direnv: Patch the reference to direnv.Katherine Cox-Buday
* gnu/packages/emacs-xyz.scm (emacs-direnv) [phases]{patch-in-direnv}: New phase. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-06gnu: yamagi-quake2: Patch dynamically loaded libraries.nee
* gnu/packages/games.scm (yamagi-quake2) [arguments]{make-flags}: Remove the DLOPEN_OPENAL=no make flag, which was not working as intended. [phases]{patch-libraries}: New phase. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-05gnu: Add tetrinet.Pkill -9
* gnu/packages/games.scm (tetrinet): New variable. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-05gnu: restic: Have the custom check phase honor TESTS?.Maxim Cournoyer
* gnu/packages/backup.scm (restic)[phases]{check}: Honor TESTS?.
2021-08-05gnu: restic: Patch tests for go-1.16.Sarah Morgensen
* gnu/packages/patches/restic-0.9.6-fix-tests-for-go1.15.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/backup.scm (restic): Use it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-05gnu: go-github-com-bmatcuk-doublestar: Remove test incompatible with go-1.16.Sarah Morgensen
* gnu/packages/golang.scm (go-github-com-bmatcuk-doublestar) [phases]{remove-incompatible-test}: New phase. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-07-27gnu: linux-libre 4.4: Update to 4.4.278.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.278. (linux-libre-4.4-pristine-source): Update hash.
2021-07-27gnu: linux-libre 4.9: Update to 4.9.278.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.278. (linux-libre-4.9-pristine-source): Update hash.
2021-07-27gnu: linux-libre 4.14: Update to 4.14.242.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.242. (linux-libre-4.14-pristine-source): Update hash.
2021-07-27gnu: linux-libre 4.19: Update to 4.19.201.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.201. (linux-libre-4.19-pristine-source): Update hash.
2021-07-27gnu: linux-libre 5.4: Update to 5.4.138.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.138. (linux-libre-5.4-pristine-source): Update hash.
2021-07-27gnu: linux-libre 5.10: Update to 5.10.56.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.56. (linux-libre-5.10-pristine-source): Update hash.
2021-07-27gnu: linux-libre: Update to 5.13.8.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.8. (linux-libre-5.13-pristine-source): Update hash.
2021-08-05gnu: crawl: Update to 0.27.0.Nicolas Goaziou
* gnu/packages/games.scm (crawl): Update to 0.27.0.
2021-08-05gnu: tome4: Update to 1.7.4.Nicolas Goaziou
* gnu/packages/games.scm (tome4): Update to 1.7.4.
2021-08-05gnu: audacious: Update to 4.1.Felix Gruber
* gnu/packages/music.scm (audacious): Update to 4.1. [inputs]: Replace libmodplug with libopenmpt. [arguments]: Add --disable-gtk configure flag as building against GTK, in addition to QT, has otherwise become the default. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-08-05gnu: mcron: Update to 1.2.1.Xinglu Chen
* gnu/packages/guile-xyz.scm (mcron): Update to 1.2.1. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-05gnu: pigx-sars-cov2-ww: Update to 0.0.3.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (pigx-sars-cov2-ww): Update to 0.0.3.
2021-08-05gnu: pypy3: Use gdbm compat library and other small fixes.Lars-Dominik Braun
* gnu/packages/python.scm (pypy3)[inputs]: Remove bash-minimal. [phases]: Remove trailing #t. {patch-source}: Use gdbm compat library. Fix shell with the implicit Bash input. {build}: Use the '--allworkingmodules' argument. {install}: Refactor for clarity. [license]: Re-indent comments. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-05gnu: pypy3: Update to 7.3.5.Maxim Cournoyer
The patch disabling tests is removed because it only fixes 2 out of 43 test failures. * gnu/packages/patches/pypy3-7.3.1-fix-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. * gnu/packages/python.scm (pypy3): Update to 7.3.5. [patches]: Remove patch.
2021-08-05gnu: go-1.16: Honor #:parallel-build?Sarah Morgensen
* gnu/packages/golang.scm (go-1.16)[arguments]<#:phases>{build}: Honor parallel-build? Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-08-05gnu: earlyoom: Patch tests for go-1.16.Sarah Morgensen
* gnu/packages/linux.scm (earlyoom)[source]: Add snippet to not use modules in test suite. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-08-05gnu: go-etcd-io-bbolt: Update to 1.3.6.Sarah Morgensen
* gnu/packages/golang.scm (go-etcd-io-bbolt): Update to 1.3.6. [propagated-inputs]: Add go-golang-org-x-sys. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>