summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2022-11-05gnu: srain: Update to 1.5.0.Vinicius Monego
* gnu/packages/irc.scm (srain): Update to 1.5.0.
2022-11-05gnu: shotcut: Update to 22.10.25.Vinicius Monego
* gnu/packages/video.scm (shotcut): Update to 22.10.25.
2022-11-05gnu: openxr: Update to 1.0.25.Vinicius Monego
* gnu/packages/graphics.scm (openxr): Update to 1.0.25.
2022-11-05gnu: homebank: Update to 5.5.8.Vinicius Monego
* gnu/packages/finance.scm (homebank): Update to 5.5.8.
2022-11-05gnu: libjxl: Update to 0.7.0.Vinicius Monego
* gnu/packages/image.scm (libjxl): Update to 0.7.0.
2022-11-05gnu: google-highway: Update to 1.0.2.Vinicius Monego
* gnu/packages/cpp.scm (google-highway): Update to 1.0.2.
2022-11-05gnu: python-hy: Update to 0.24.0.Vinicius Monego
* gnu/packages/python-xyz.scm (python-hy): Update to 0.24.0. [arguments]: Skip more tests and remove old tests in the custom 'check' phase. [native-inputs]: Add python-wheel. Replace python-pytest with python-pytest-7.1. [propagated-inputs]: Remove python-astor, python-rply.
2022-11-05gnu: cl-xmls: Update to 3.2.0.jgart
* gnu/packages/lisp-xyz.scm (sbcl-xmls): Update to 3.2.0. [version]: Use the latest upstream tag over commit. (ecl-xmls): Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-05gnu: Add cl-cluster.jgart
* gnu/packages/lisp-xyz.scm (cl-cluster, ecl-cluster, sbcl-cluster): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-05gnu: Add cl-clostrum.jgart
* gnu/packages/lisp-xyz.scm (cl-clostrum, ecl-clostrum, sbcl-clostrum): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-05gnu: Add cl-inotify.jgart
* gnu/packages/lisp-xyz.scm (cl-inotify, ecl-inotify, sbcl-inotify): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-05gnu: Add cl-triads.jgart
* gnu/packages/lisp-xyz.scm (cl-triads, ecl-triads, sbcl-triads): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-05gnu: Add cl-incless.jgart
* gnu/packages/lisp-xyz.scm (cl-incless, ecl-incless, sbcl-incless): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-05gnu: python-pudb: Update to 2022.1.3.jgart
* gnu/packages/python-xyz.scm (python-pudb): Update to 2022.1.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05gnu: kicad: Update to 6.0.9.Peter Polidoro
* gnu/packages/engineering.scm (kicad): Update to 6.0.9. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05gnu: python-funcparserlib: Enable tests.jgart
* gnu/packages/python-xyz.scm (python-funcparserlib): Enable tests. [origin]: Use GitHub since it includes the tests unlike PyPi. [build-system]: Use pyproject-build-system. [arguments]: Run tests. [native-inputs]: Add python-poetry-core. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05gnu: python-lief: Update to 0.12.3.Hilton Chain
* gnu/packages/python-xyz.scm (python-lief): Update to 0.12.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05gnu: i3-autotiling: Update to 1.8.Hilton Chain
* gnu/packages/python-xyz.scm (i3-autotiling): Update to 1.8. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05gnu: thefuck: Update to 3.32.jgart
* gnu/packages/admin.scm (thefuck): Update to 3.32. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05gnu: Add ssh-to-age.Nicolas Graves
* gnu/packages/password-utils.scm (ssh-to-age): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05gnu: neomutt: Update to 20220429.kiasoc5
* gnu/packages/mail.scm (neomutt): Update to 20220429. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05gnu: oauth2l: Update to 1.3.0.kiasoc5
* gnu/packages/authentication.scm (oauth2l): Update to 1.3.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05gnu: Add python-neovim-remote.ギャラ
* gnu/packages/vim.scm (python-neovim-remote): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05gnu: Add tasksh.Matthew James Kraai
* gnu/packages/task-management.scm (tasksh): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05gnu: Add guilescript.Evgeny Pisemsky
* gnu/packages/guile-xyz.scm (guilescript): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05gnu: python-canonicaljson: Update to 1.6.3.Michael Rohleder
* gnu/packages/python-xyz.scm (python-canonicaljson): Update to 1.6.3. [arguments]: Add phases build, check and install to build with pep517. Add phase loosen-requirements to build with python-setuptools-scm >3. [native-inputs]: Add python-pypa-build, python-pytest, python-setuptools, python-setuptools-scm. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05gnu: python-frozendict: Update to 2.3.4.Michael Rohleder
This fixes a potential memory leak with python 3.9: https://github.com/slezica/python-frozendict/issues/38 * gnu/packages/python-xyz.scm (python-frozendict): Update to 2.3.4. [home-page]: Set to new upstream repository. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05gnu: endeavour: Use git-file-name.Liliana Marie Prikler
* gnu/packages/gnome.scm (endeavour)[source]: Use git-file-name.
2022-11-05gnu: endeavour: Update to 43.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (endeavour): Update to 43.0. [#:phases]: Adjust ‘skip-gtk-update-icon-cache’ accordingly.
2022-11-05gnu: komikku: Update to 1.3.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 1.3.0.
2022-11-05gnu: python-dateparser: Update to 1.1.3.Liliana Marie Prikler
* gnu/packages/python-xyz.scm (python-dateparser): Update to 1.1.3. [build-system]: Use pyproject-build-system. [native-inputs]: Add ‘python-flake8’. Remove ‘python-mock’. [arguments]<#:tests?>: Remove argument. <#:phases>: Add ‘delete-failing-tests’.
2022-11-05gnu: wine: Update to 7.19.Liliana Marie Prikler
* gnu/packages/wine.scm (wine): Update to 7.19.
2022-11-05gnu: pdfposter: Update to 0.8.1.Hartmut Goebel
* gnu/packages/pdf.scm (pdfposter): Update to 0.8.1. [inputs]: Move python-pypdf2 to … [propagated-inputs]: _ here.
2022-11-04gnu: Fix various synopsis issues.Vagrant Cascadian
* gnu/packages/crates-io.scm (rust-rug-1)[synopsis]: Shorten. (rust-simplelog-0.11)[synopsis]: Fix case. (rust-tikv-jemalloc-ctl-0.4)[synopsis]: Fix case. (rust-ucd-util-0.1)[synopsis]: Fix case. * gnu/packages/kde.scm (kuserfeedback)[synopsis]: Shorten. * gnu/packages/tex.scm (texlive-generic-pdfescape)[synopsis]: Reword to fix case issue.
2022-11-05gnu: Add emacs-zig-mode.jgart
* gnu/packages/emacs-xyz.scm (emacs-zig-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-11-05gnu: emacs-python-black: Update to 1.2.0.Nicolas Graves via Guix-patches via
* gnu/packages/emacs-xyz.scm (emacs-python-black): Update to 1.2.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-11-05gnu: Add emacs-waveform.jgart
* gnu/packages/emacs-xyz.scm (emacs-waveform): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-11-05gnu: Add emacs-mpv.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-mpv): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-11-05gnu: emacs-ts: Update to 0.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ts): Update to 0.3. [arguments]: Use G-expressions. Remove traling #T. <#:phases>: Skip a slightly different set of tests. [propagated-inputs]: Re-order alphabetically.
2022-11-04gnu: linux-libre 4.9: Update to 4.9.332.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.332. (linux-libre-4.9-pristine-source): Update hash.
2022-11-04gnu: linux-libre 4.14: Update to 4.14.298.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.298. (linux-libre-4.14-pristine-source): Update hash.
2022-11-04gnu: linux-libre 4.19: Update to 4.19.264.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.264. (linux-libre-4.19-pristine-source): Update hash.
2022-11-04gnu: linux-libre 5.4: Update to 5.4.223.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.223. (linux-libre-5.4-pristine-source): Update hash.
2022-11-04gnu: linux-libre 5.10: Update to 5.10.153.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.153. (linux-libre-5.10-pristine-source): Update hash.
2022-11-04gnu: linux-libre 5.15: Update to 5.15.77.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.77. (linux-libre-5.15-pristine-source): Update hash.
2022-11-04gnu: linux-libre 6.0: Update to 6.0.7.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.7. (linux-libre-6.0-pristine-source, deblob-scripts-6.0): Update hashes.
2022-11-04gnu: Add python-pyts.Ricardo Wurmus
* gnu/packages/python-science.scm (python-pyts): New variable.
2022-11-04gnu: Add r-microbiome.Mădălin Ionel Patrașcu
* gnu/packages/bioconductor.scm (r-microbiome): New variable.
2022-11-04gnu: Add python-cooltools.Mădălin Ionel Patrașcu
* gnu/packages/bioinformatics.scm (python-cooltools): New variable.
2022-11-04gnu: Add python-bioframe.Mădălin Ionel Patrașcu
X-Debbugs-Cc: rekado@elephly.net * gnu/packages/bioinformatics.scm (python-bioframe): New variable.