summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-08gnu: komikku: Update to 1.7.0.•••* gnu/packages/gnome.scm (komikku): Update to 1.7.0. Liliana Marie Prikler
2023-01-08gnu: castget: Update to 2.0.0-0.da9727d.•••* gnu/packages/gpodder.scm (castget): Update to 2.0.0-0.da9727d. [inputs]: Replace id3lib with taglib. Maxim Cournoyer
2023-01-08gnu: ruby-sanitize: Update to 6.0.0.•••* gnu/packages/ruby.scm (ruby-sanitize): Update to 6.0.0. Re-indent inputs. [source]: Delete patch. * gnu/packages/patches/ruby-sanitize-system-libxml.patch: Delete patch. * gnu/local.mk (dist_patch_DATA): De-register it. Maxim Cournoyer
2023-01-08gnu: ruby-html-proofer: Update to 5.0.3.•••* gnu/packages/ruby.scm (ruby-html-proofer): Update to 5.0.3. [arguments]: Add replace-git-ls-files and relax-requirements phases. [native-inputs]: Delete field. [propagated-inputs]: Replace ruby-nokogumbo with ruby-nokogiri. Maxim Cournoyer
2023-01-08gnu: ruby-nokogumbo: Deprecate in favor of ruby-nokogiri.•••* gnu/packages/ruby.scm (ruby-nokogumbo): Define as a deprecated alias to ruby-nokogiri. Maxim Cournoyer
2023-01-08gnu: ruby-nokogiri: Make it reproducible.•••Fixes <https://issues.guix.gnu.org/56389>. * gnu/packages/ruby.scm (ruby-nokogiri) [arguments]: Use gexps. [phases] {delete-mkmf.log}: New phase. Reported-by: Wiktor Żelazny <wzelazny@vurv.cz> Maxim Cournoyer
2023-01-08gnu: ruby-nokogiri: Update to 1.13.10.•••* gnu/packages/ruby.scm (ruby-mini-portile-2): Update to 1.13.10. (ruby-mini-portile-2.6.1): Delete variable. (ruby-nokogiri): Re-indent inputs. [propagated-inputs]: Replace ruby-mini-portile-2.6.1 with ruby-mini-portile-2. Maxim Cournoyer
2023-01-08gnu: ruby-ruby-prof: Update to 1.4.5.•••* gnu/packages/ruby.scm (ruby-ruby-prof): Update to 1.4.5. [arguments]: Reword comment as FIXME. Remove trailing #t. Delete obsolete substitution in patch-rakefile phase. Re-format native-inputs on a single line. Maxim Cournoyer
2023-01-08gnu: ruby-prawn-svg: Update to 0.32.0.•••* gnu/packages/ruby.scm (ruby-prawn-svg): Update to 0.32.0. Delete trailing #t and re-indent inputs. Maxim Cournoyer
2023-01-08gnu: ruby-prawn-icon: Update to 3.1.0.•••* gnu/packages/ruby.scm (ruby-prawn-icon): Update to 3.1.0. Delete trailing #t. Maxim Cournoyer
2023-01-08gnu: ruby-asciidoctor-pdf: Update to 2.3.4.•••* gnu/packages/ruby.scm (ruby-asciidoctor-pdf): Update to 2.3.4. [arguments]: Use gexps. Streamline check phase. Delete remove-failing-tests phase. [native-inputs]: Break on multiple lines. [propagated-inputs]: Remove labels. Maxim Cournoyer
2023-01-08gnu: ruby-prawn: Update to 2.4.0.•••* gnu/packages/ruby.scm (ruby-prawn): Update to 2.4.0. [arguments]: Delete trailing #t and use gexps. [propagated-inputs]: Add ruby-matrix. [native-inputs]: Remove ruby-rspec, ruby-simplecov and ruby-yard. Add ruby-prawn-dev. Maxim Cournoyer
2023-01-08gnu: ruby-pdf-core: Update to 0.9.0.•••* gnu/packages/ruby.scm (ruby-pdf-core): Update to 0.9.0. Maxim Cournoyer
2023-01-08gnu: Add ruby-matrix.•••* gnu/packages/ruby.scm (ruby-matrix): New variable. Maxim Cournoyer
2023-01-08gnu: ruby-ttfunk: Update to 1.7.0.•••* gnu/packages/ruby.scm (ruby-ttfunk): Update to 1.7.0. [source]: Fix indentation. Use complete sentences for comments. [arguments]: Use gexps. Add comment next to #:test-target. Delete remove-rubocop and remove-ssh phases. Add remove-missing-key-directive phase. [native-inputs]: Remove ruby-rspec, ruby-yard and bundler. Add ruby-prawn-dev. Maxim Cournoyer
2023-01-08gnu: Add ruby-prawn-dev.•••* gnu/packages/ruby.scm (ruby-prawn-dev): New variable. Maxim Cournoyer
2023-01-08gnu: ruby-open-uri-cached: Update to 1.0.0.•••* gnu/packages/ruby.scm (ruby-open-uri-cached): Update to 1.0.0. Maxim Cournoyer
2023-01-08gnu: ruby-asciidoctor-multipage: Update to 0.0.16.•••* gnu/packages/ruby.scm (ruby-asciidoctor-multipage): Update to 0.0.16. [phases]: Delete trailing #t and use \n instead of an actual newline. Maxim Cournoyer
2023-01-07gnu: linux-libre 4.9: Update to 4.9.337.•••* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.337. (linux-libre-4.9-pristine-source): Update hash. Leo Famulari
2023-01-07gnu: linux-libre: Update to 6.0.18.•••* gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.18. (linux-libre-6.0-pristine-source): Update hash. Leo Famulari
2023-01-07gnu: linux-libre 6.1: Update to 6.1.4.•••* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.4. (linux-libre-6.1-pristine-source): Update hash. Leo Famulari
2023-01-07gnu: gtkd: Fix pkgconfig directory.•••* gnu/packages/dlang.scm (gtkd)[arguments]: Add make-flag to set the pkgconfig directory correctly. Efraim Flashner
2023-01-07gnu: ipxe: Enable syslinux only on i686-linux and x86_64-linux.•••* gnu/packages/bootloaders.scm (ipxe)[native-inputs]: Conditionally add SYSLINUX. [arguments]: Adjust accordingly. Marius Bakke
2023-01-07gnu: ipxe: Use G-expression.•••* gnu/packages/bootloaders.scm (ipxe)[arguments]: Convert to G-expression. While at it, remove trailing #t's and label usage. Marius Bakke
2023-01-07gnu: python-funcy: Use pyproject-build-system.•••* gnu/packages/python-xyz.scm (python-funcy)[build-system]: Change to PYPROJECT-BUILD-SYSTEM. [arguments]: Remove. Marius Bakke
2023-01-07gnu: python-whatever: Use pyproject-build-system.•••* gnu/packages/python-xyz.scm (python-whatever)[build-system]: Change to PYPROJECT-BUILD-SYSTEM. [arguments]: Remove. Marius Bakke
2023-01-07gnu: python-gyp: Update to 0.0.0-1.9d09418.•••* gnu/packages/python-xyz.scm (python-gyp): Update to 0.0.0-1.9d09418. Marius Bakke
2023-01-07gnu: python-pytidylib: Fix failing test.•••* gnu/packages/python-xyz.scm (python-pytidylib)[arguments]: Add phase. Marius Bakke
2023-01-07gnu: Remove python-pyev.•••This package fails to build, is no longer on PyPI, and has been inactive upstream for 10 years. * gnu/packages/python-xyz.scm (python-pyev): Remove variable. Marius Bakke
2023-01-07gnu: python-capstone: Fix tests.•••* gnu/packages/engineering.scm (python-capstone)[arguments]: Override check phase. While here, remove label usage in chdir-and-fix-setup-py phase. Marius Bakke
2023-01-07gnu: Remove python-trollius-redis.•••This package fails to build and has been inactive upstream for 8 years. * gnu/packages/databases.scm (python-trollius-redis): Remove variable. Marius Bakke
2023-01-07gnu: python-openid-teams: Add missing inputs.•••* gnu/packages/python-web.scm (python-openid-teams)[propagated-inputs]: Add PYTHON-OPENID and PYTHON-SIX. Marius Bakke
2023-01-07gnu: python-openid-cla: Add missing inputs.•••* gnu/packages/python-web.scm (python-openid-cla)[propagated-inputs]: Add PYTHON-OPENID and PYTHON-SIX. Marius Bakke
2023-01-07gnu: Use old setuptools in packages that relies on use_2to3 conversion.•••This fixes a regression since 520cdf80581669646ff61e9f18f3b27045556e76 where the use_2to3 functionality was removed from setuptools. * gnu/packages/graph.scm (python-louvain)[native-inputs]: Change from PYTHON-SETUPTOOLS to PYTHON-SETUPTOOLS-57. * gnu/packages/python-check.scm (python-parameterizedtestcase)[native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-anyjson)[native-inputs]: Add PYTHON-SETUPTOOLS-57. * gnu/packages/bioinformatics.scm (python-pyvcf)[native-inputs]: Change from PYTHON-SETUPTOOLS-FOR-TENSORFLOW to PYTHON-SETUPTOOLS-57. Marius Bakke
2023-01-07gnu: python-setuptools: Add 57.5.0.•••* gnu/packages/python-build.scm (python-setuptools-57): New variable. Marius Bakke
2023-01-07gnu: linux-libre 5.10: Update to 5.10.162.•••* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.162. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari
2023-01-07gnu: linux-libre 6.0: Update to 6.0.17.•••* gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.17. (linux-libre-6.0-pristine-source): Update hash. Leo Famulari
2023-01-07gnu: linux-libre 6.1: Update to 6.1.3.•••* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.3. (linux-libre-6.1-pristine-source): Update hash. Leo Famulari
2023-01-07Revert "services: base: Add extra-env support to guix-configuration."•••This reverts commit 78a9b4f996ba18b4460ba380b87e9538007c27e0. It was pushed by error, while not reviewed yet. Mathieu Othacehe
2023-01-07gnu: lttng-tools: Update to 2.13.9.•••* gnu/packages/instrumentation.scm (lttng-tools): Update to 2.13.9. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Olivier Dion
2023-01-07gnu: tippecanoe: Update to 2.17.0.•••* gnu/packages/geo.scm (tippecanoe): Update to 2.17.0. [source]: Update the url to a maintained repository. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Nikolay Korotkiy
2023-01-07gnu: doctl: Update to 1.92.0.•••* gnu/packages/admin.scm (doctl): Update to 1.92.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Matthew James Kraai
2023-01-07gnu: strawberry: Update to 1.0.12.•••* gnu/packages/music.scm (strawberry): Update to 1.0.12. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Michael Rohleder
2023-01-07gnu: strawberry: Use qt6 instead of qt5.•••* gnu/packages/music.scm (strawberry)[inputs]: Remove qtbase-5. Add qtbase. [native-inputs]: Remove qttools-5. Add qttools. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Michael Rohleder
2023-01-07gnu: sfeed: Update to 1.6.•••* gnu/packages/suckless.scm (sfeed): Update to 1.6. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Nikolay Korotkiy
2023-01-07gnu: slock: Update to 1.5.•••* gnu/packages/suckless.scm (slock): Update to 1.5. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Nikolay Korotkiy
2023-01-07gnu: guile-udev: Update to 0.2.4.•••* gnu/packages/guile-xyz.scm (guile-udev): Update to 0.2.4. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Artyom V. Poptsov
2023-01-07services: base: Add extra-env support to guix-configuration.•••* gnu/services/base.scm (<guix-configuration>)[extra-env]: New field. (guix-shepherd-service): Honor it. * doc/guix.texi (Base Services): Document it. Mathieu Othacehe
2023-01-07gnu: Remove emacs-nadvice as a propagated input.•••* gnu/packages/emacs-xyz.scm (emacs-compat)[propagated-inputs]: Remove EMACS-NADVICE. * gnu/packages/emacs-xyz.scm (emacs-excorporate)[propagated-inputs]: Remove EMACS-NADVICE. Emacs Nadvice provides a compatibility layer for Emacs < 24.4. Nowadays, Guix provides at leas Emacs 28. This package is not useful. Worse, it can introduce issues with autoloads, as reported in <https://issues.guix.gnu.org/60627>. Nicolas Goaziou
2023-01-07gnu: emacs-org-ql: Update to 0.6.3-0.2953352.•••* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.6.3-0.2953352. [arguments]: Fix a test. [native-inputs]: Move after arguments field. [propagated-inputs]: Re-order alphabetically. Move after arguments field. Nicolas Goaziou