Age | Commit message (Expand) | Author |
2023-06-24 | gnu: iodine: Update to 0.8.0....* gnu/packages/networking.scm (iodine): Update to 0.8.0.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2023-06-24 | gnu: nbd: Update to 3.25....* gnu/packages/networking.scm (nbd): Update to 3.25.
[source]: Download official GitHub tarball.
| Tobias Geerinckx-Rice |
2023-06-24 | gnu: opensmtpd-filter-rspamd: Update to 0.1.8....* gnu/packages/mail.scm (opensmtpd-filter-rspamd): Update to 0.1.8.
| Tobias Geerinckx-Rice |
2023-06-24 | gnu: igt-gpu-tools: Fix build with procps@4....* gnu/packages/patches/igt-gpu-tools-Use-libproc2.patch: New file.
* gnu/packages/admin.scm (igt-gpu-tools)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
| Tobias Geerinckx-Rice |
2023-06-22 | gnu: darktable: Update to 4.4.0....* gnu/packages/photo.scm (darktable): Update to 4.4.0.
[native-inputs]: Replace clang-11 and llvm-11 with clang and llvm,
respectively. Darktable no longer builds with older versions.
| John Kehayias |
2023-06-22 | guix: node-build-system: Delete from peerDependencies too....The current version of npm in Guix installs peerDependencies by default,
whereas previously it would just warn about missing/wrong packages.
Fixes <https://issues.guix.gnu.org/issue/64203>.
* guix/build/node-build-system.scm (delete-dependencies): Remove supplied
dependencies from peerDependencies field too.
| Lars-Dominik Braun |
2023-06-22 | gnu: sambamba: Fix building....* gnu/packages/bioinformatics.scm (sambamba)[native-inputs]: Remove
ld-gold-wrapper, bintutils-gold. Remove input labels.
| Efraim Flashner |
2023-06-21 | gnu: wlsunset: Update to 0.3.0....* gnu/packages/xdisorg.scm (wlsunset): Update to 0.3.0.
| jgart |
2023-06-21 | gnu: purescript: Update to 0.15.9....* gnu/packages/purescript.scm (purescript): Update to 0.15.9.
[arguments]: Break line to satisfy the linter.
| jgart |
2023-06-21 | gnu: sc-im: Update to 0.8.3....* gnu/packages/networking.scm (sc-im): Update to 0.8.3.
[arguments]: Use modern style, patch bash path, and enable tests.
[native-inputs]: Add bash-minimal and valgrind.
| jgart |
2023-06-18 | gnu: opensmtpd: Update to 7.3.0p0....* gnu/packages/mail.scm (opensmtpd): Update to 7.3.0p0.
[arguments]: Remove obsolete 'fix-smtpctl-encrypt-bug phase.
Don't explicitly return #t from remaining phases.
| Tobias Geerinckx-Rice |
2023-06-18 | uuid: Fix NTFS UUID stringification....Previously, (ntfs-uuid->string (string->ntfs-uuid"5234ED0D34ECF53F"))
would yield "5234EDD34ECF53F".
Reported by sughosha in #guix.
* gnu/system/uuid.scm (ntfs-uuid->string): Pad hex bytes with zero when
needed.
| Tobias Geerinckx-Rice |
2023-06-21 | gnu: Add anarch....* gnu/packages/games.scm (anarch): New variable.
| 宋文武 |
2023-06-21 | gnu: Add tomlc99....* gnu/packages/c.scm (tomlc99): New variable.
Signed-off-by: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jean-Pierre De Jesus DIAZ |
2023-06-21 | gnu: mazo: Update to 1.1.0....* gnu/packages/education.scm (mazo): Update to 1.1.0.
[propagated-inputs]: Add adwaita-icon-theme and dbus.
[propagated-inputs]: Change gtk+ to gtk.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Luis Felipe |
2023-06-21 | gnu: go-github-com-gdamore-tcell: Update to 2.6.0...gnu/packages/golang.scm (go-github-com-gdamore-tcell-v2): Update to 2.6.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nguyễn Gia Phong |
2023-06-21 | gnu: go-github-com-mattn-go-runewidth: Update to 0.0.14....* gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): Update to 0.0.14.
(go-github.com-mattn-go-runewidth): Remove, and change users to to refer
to 'go-github-com-mattn-go-runewidth'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nguyễn Gia Phong |
2023-06-21 | gnu: Add xiate....* gnu/packages/terminals.scm (xiate): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Mekeor Melire |
2023-06-21 | gnu: Add guile-ffi-cblas....* gnu/packages/guile-xyz.scm (guile-ffi-cblas): New variable.
| Ludovic Courtès |
2023-06-21 | news: Fix typo....* etc/news.scm: Fix typo in French version.
| Ludovic Courtès |
2023-06-20 | gnu: python-dask: Add missing input....* gnu/packages/python-xyz.scm (python-dask)[propagated-inputs]: Add
python-import-metadata.
| Ricardo Wurmus |
2023-06-20 | gnu: python-keras: Update to 2.3.1....* gnu/packages/patches/python-keras-integration-test.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/machine-learning.scm (python-keras): Update to 2.3.1.
[source]: Remove patch; update snippet.
[arguments]: Add build phase 'tf-compatibility; add phase 'hdf5-compatibility;
rename phase 'remove-tests-for-unavailable-features to
'delete-unavailable-backends; update 'check phase to disable tests that cannot
be repaired or are flaky.
[native-inputs]: Add python-flaky, python-markdown, and python-pyux.
| Ricardo Wurmus |
2023-06-20 | gnu: tensorflow: Patch one more instance of "collections"....* gnu/packages/machine-learning.scm (tensorflow)[arguments]: Add one more
patch of "collections" to "collections.abc" to the 'python3.10-compatibility
phase.
| Ricardo Wurmus |
2023-06-20 | gnu: tensorflow: Drop trailing #T from build phase....* gnu/packages/machine-learning.scm (tensorflow)[arguments]: Remove #T from
'set-source-file-times-to-1980 phase.
| Ricardo Wurmus |
2023-06-20 | gnu: tensorflow: Patch for numpy >= 1.23....* gnu/packages/machine-learning.scm (tensorflow)[arguments]: Remove
np.asscalar in 'python3.10-compatibility phase.
| Ricardo Wurmus |
2023-06-20 | gnu: tensorflow: Drop package labels from propagated-inputs....* gnu/packages/machine-learning.scm (tensorflow)[propagated-inputs]: Drop labels.
| Ricardo Wurmus |
2023-06-20 | gnu: python-pyvista: Update to 0.39.1....* gnu/packages/python-science.scm (python-pyvista): Update to 0.39.1.
[propagated-inputs]: Add python-pooch, remove python-appdirs.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Paul A. Patience |
2023-06-20 | gnu: recastnavigation: Update to 1.6.0....* gnu/packages/game-development.scm (recastnavigation): Update to 1.6.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Kaelyn Takata |
2023-06-20 | gnu: fvwm: Update to 2.7.0....* gnu/packages/fvwm.scm (fvwm): Update to 2.7.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Andy Tai |
2023-06-20 | gnu: fnott: Update to 1.4.0....* gnu/packages/wm.scm (fnott): Update to 1.4.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| kiasoc5 |
2023-06-20 | gnu: celluloid: Update to 0.25....* gnu/packages/video.scm (celluloid): Update to 0.25.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| kiasoc5 |
2023-06-20 | gnu: batsignal: Update to 1.6.4....* gnu/packages/monitoring.scm (batsignal): Update to 1.6.4.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| kiasoc5 |
2023-06-20 | gnu: audacity: Update to 3.3.3....* gnu/packages/audio.scm (audacity): Update to 3.3.3.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| kiasoc5 |
2023-06-20 | gnu: barrage: Update to 1.0.7....* gnu/packages/games.scm (barrage): Update to 1.0.7.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Cairn |
2023-06-20 | gnu: ltris: Update to 1.2.6....* gnu/packages/games.scm (ltris): Update to 1.2.6.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Cairn |
2023-06-20 | gnu: zeal: Update to 0.6.1-1.1cfa7c6....* gnu/packages/documentation.scm (zeal): Update to 0.6.1-1.1cfa7c6.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| michaeldelago |
2023-06-20 | gnu: guile-next: Update to 3.0.9-0.aa2cfe7....* gnu/packages/guile.scm (guile-next): Update to 3.0.9-0.aa2cfe7.
| Christopher Baines |
2023-06-20 | gnu: ruby-ptools: Update to 1.5.0....* gnu/packages/ruby.scm (ruby-ptools): Update to 1.5.0.
[arguments]: Update style and adjust.
[native-inputs]: Add ruby-rspec.
| Christopher Baines |
2023-06-20 | gnu: bioruby: Update to 2.0.4....* gnu/packages/bioinformatics.scm (bioruby): Update to 2.0.4.
[arguments]: Update style.
| Christopher Baines |
2023-06-20 | gnu: ruby-commander: Update to 4.6.0....* gnu/packages/ruby.scm (ruby-commander): Update to 4.6.0.
[arguments]: Update style.
| Christopher Baines |
2023-06-20 | gnu: ruby-debug-inspector: Update to 1.1.0....* gnu/packages/rails.scm (ruby-debug-inspector): Update to 1.1.0.
[arguments]: Update style.
[native-inputs]: Add ruby-rake-compiler.
| Christopher Baines |
2023-06-20 | gnu: ruby-hocon: Update to 1.4.0....* gnu/packages/ruby.scm (ruby-hocon): Update to 1.4.0.
[arguments]: Update style.
| Christopher Baines |
2023-06-20 | gnu: ruby-memory-profiler: Update to 1.0.1....* gnu/packages/ruby.scm (ruby-memory-profiler): Update to 1.0.1.
| Christopher Baines |
2023-06-20 | gnu: ruby-mkmf-lite: Update to 0.5.2....* gnu/packages/ruby.scm (ruby-mkmf-lite): Update to 0.5.2.
[arguments]: Avoid the rubocop dependency.
[native-inputs]: Add ruby-rspec.
| Christopher Baines |
2023-06-20 | gnu: ruby-powerpack: Update to 0.1.3....* gnu/packages/ruby.scm (ruby-powerpack): Update to 0.1.3.
[arguments]: Update style.
| Christopher Baines |
2023-06-20 | gnu: ruby-pry-doc: Update to 1.4.0....* gnu/packages/ruby.scm (ruby-pry-doc): Update to 1.4.0.
| Christopher Baines |
2023-06-20 | gnu: ruby-range-compressor: Update to 1.2.0....* gnu/packages/ruby.scm (ruby-range-compressor): Update to 1.2.0.
[arguments]: Update style.
| Christopher Baines |
2023-06-20 | gnu: ruby-rjb: Update to 1.6.7....* gnu/packages/ruby.scm (ruby-rjb): Update to 1.6.7.
[arguments]: Update style.
| Christopher Baines |
2023-06-20 | gnu: ruby-shindo: Update to 0.3.10....* gnu/packages/ruby.scm (ruby-shindo): Update to 0.3.10.
[arguments]: Update style.
| Christopher Baines |
2023-06-20 | gnu: ruby-sucker-punch: Update to 3.1.0....* gnu/packages/ruby.scm (ruby-sucker-punch): Update to 3.1.0.
| Christopher Baines |