Age | Commit message (Collapse) | Author |
|
|
|
Reported by Tobias Geerinckx-Rice <me@tobias.gr>
in <https://issues.guix.gnu.org/50892>.
* guix/pki.scm (public-keys->acl): Add call to 'delete-duplicates'.
* tests/pki.scm ("public-keys->acl deduplication"): New test.
|
|
* gnu/packages/python-xyz.scm (python-pomegranate): New variable.
|
|
* gnu/packages/python-xyz.scm (python-pygtrie): New variable.
|
|
* gnu/packages/python-web.scm (python-flask-jwt): New variable.
|
|
* gnu/packages/python-xyz.scm (python-apispec-webframeworks): New variable.
|
|
* gnu/packages/python-xyz.scm (python-fit-nbinom): New variable.
|
|
* gnu/packages/python-xyz.scm (python-py4j): New variable.
|
|
* gnu/packages/machine-learning.scm (python-imbalanced-learn): New variable.
|
|
* gnu/packages/machine-learning.scm (python-cleanlab-1): New variable.
|
|
* gnu/packages/machine-learning.scm (python-cleanlab): New variable.
|
|
* gnu/packages/bioinformatics.scm (bioperl-minimal)[arguments]: Remove
trailing #T from build phase.
|
|
* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Drop input labels.
|
|
* gnu/packages/bootloaders.scm (u-boot): Update to 2022.10.
* gnu/packages/patches/u-boot-allow-disabling-openssl.patch: Disable
fit_pre_load_data, which depends on openssl.
|
|
* gnu/packages/lisp.scm (eisl): Update to 2.65.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (sbcl-april): Update to 1.0-3.bdd74f1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (cl-conduit-packages, ecl-conduit-packages,
sbcl-conduit-packages): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (cl-fare-csv, ecl-fare-csv, sbcl-fare-csv):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/image-viewers.scm (mcomix): Update to 2.0.2.
|
|
Addresses <https://issues.guix.gnu.org/59695>.
* gnu/build/image.scm (make-vfat-image): When creating a fat filesystem
for UEFI bootable partition use 512 byte blocks.
|
|
* gnu/packages/python-xyz.scm (python-seaborn): Update to 0.12.0.
[source]: Remove patches.
[arguments]: Import (ice-9 match) module. Remove patch-more-tests and
start-xserver phases. Replace build and install phases. Fix pytest command in
check phase.
[native-inputs]: Add python-flit-core and python-pypa-build. Remove
xorg-server-for-tests.
* gnu/packages/patches/python-seaborn-2690.patch,
gnu/packages/patches/python-seaborn-kde-test.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Unregister them.
|
|
* gnu/packages/guile.scm (guile-json): Update to 4.7.3.
|
|
* etc/news.scm: Fix typos.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* etc/news.scm: Add French translation of 'customize-linux' entry.
|
|
* gnu/packages/perl.scm (perl-lingua-translit)[arguments]: Add “wrap-translit”
phase.
[inputs]: Add bash-minimal.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/julia-xyz.scm (julia-geometrybasics): Update to 0.4.2.
|
|
* gnu/packages/julia-xyz.scm (julia-http): Update to 0.9.17.
[arguments]: Skip another test in 'disable-network-tests phase.
|
|
* gnu/packages/julia-xyz.scm (julia-chainrulescore)[arguments]: Add a
phase to skip two tests.
|
|
* gnu/packages/julia-xyz.scm (julia-colortypes): Update to 0.11.1.
[arguments]: Add phase to skip broken test.
|
|
* gnu/packages/julia-xyz.scm (julia-irtools): Update to 0.4.7.
|
|
* gnu/packages/julia-xyz.scm (julia-benchmarktools): Update to 1.3.2.
|
|
* gnu/packages/julia-xyz.scm (julia-fixedpointnumbers): Update to
0.8.4-1.59ee94b.
[arguments]: Skip tests. Remove 'disable-failing-test phase.
|
|
|
|
Fixes a regression introduced in b129026e2e242e9068158ae6e6fcd8d7c5ea092e.
* guix/store/deduplication.scm (dump-file/deduplicate): Use 'sendfile'
only when INPUT' is a file port.
|
|
Possibly fixes <https://issues.guix.gnu.org/59884>.
* gnu/build/install.scm (umount*): New procedure.
(unmount-cow-store): Use it instead of 'umount'.
|
|
Fixes: <https://issues.guix.gnu.org/59823>
* gnu/installer/parted.scm (mapped-device?,
mapped-device-parent-partition): New procedures.
(eligible-devices): Detect mapped installation devices using the new
procedures.
|
|
Fixes: <https://issues.guix.gnu.org/59823>
* gnu/installer/parted.scm (mapped-device?,
mapped-device-parent-partition): New procedures.
(eligible-devices): Detect mapped installation devices using the new
procedures.
|
|
* guix/store/deduplication.scm (dump-file/deduplicate): Use 'sendfile'
instead of 'dump-port'.
* tests/store-deduplication.scm ("copy-file/deduplicate, below %deduplication-minimum-size"):
New test.
|
|
* gnu/packages/emacs-xyz.scm (emacs-wisp-mode): Update to 1.0.8.
|
|
* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.16.
|
|
* gnu/packages/emacs-xyz.scm (emacs-jarchive): Update to 0.9.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.6.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.5.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-company-math): Update to 1.5.
|
|
* gnu/packages/emacs-xyz.scm (emacs-company-emoji): Update to 2.7.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-acme-theme): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-carp): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.335.
(linux-libre-4.9-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.301.
(linux-libre-4.14-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.268.
(linux-libre-4.19-pristine-source): Update hash.
|