| Age | Commit message (Collapse) | Author |
|
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2: Update to 2-2.11.0-0.18dacf4.
* gnu/packages/golang-web.scm
(go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2):
Update to 18dacf41dca88974be1d568d0bfd75b3f805f13b commit.
[source] <snippet>: Use github.com/pion/transport/v4 to fix the build.
[propagated-inputs]: Remove go-github-com-pion-transport-v3 and
go-github-com-smartystreets-goconvey; add
go-github-com-clarkduvall-hyperloglog, go-github-com-pion-transport-v4,
and go-github-com-theodorsm-covert-dtls.
[native-inputs]: Add go-github-com-smartystreets-goconvey.
Change-Id: I870549d39f619f4bda1f41f650439a904b0bebe3
|
|
* gnu/packages/golang-web.scm (go-github-com-theodorsm-covert-dtls): New variable.
Change-Id: If61992941874fd8af75810c9c5e821ea9066b03d
|
|
* gnu/packages/lisp-xyz.scm (sbcl-documentation-utils): Update to 1.2.0-1.cd5b506.
[source]: Update to use new source url.
[home-page]: Update to use new homepage url.
Change-Id: I8226fe6385864f1a3d4441ad2ba1558be21e1a0e
Signed-off-by: Omar Bassam <omar.bassam88@gmail.com>
Signed-off-by: jgart <jgart@dismail.de>
|
|
* gnu/packages/prolog.scm (trealla): Update to 2.90.22.
Change-Id: Ifbc2c9533e9fa9d2cf090b47f4a50def51f8e1fa
|
|
* gnu/packages/make-bootstrap.scm (make-guile-static): When building for the
64-bit Hurd, add CFLAGS to #:configure-flags to relax gcc-14's strictness.
Change-Id: If283ea35bfbca327c2b01b4340eef5b5bbf72c87
|
|
* gnu/packages/java.scm (python-antlr4-runtime)[arguments]:
Enable tests. <#:phases>: Add regenerate-parsers.
[native-inputs]: Add antlr4, and remove pkg-config.
[inputs]: Remove utils-linux:lib.
Change-Id: Id89d0c0bc5ae557f5b4e70fd93159f64bac0ba39
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/java.scm (python-antlr4-runtime):
Rename from java-antlr4-runtime-python.
[outputs]: Fall back to default.
(java-antlr4-runtime-python):
Deprecate in favor of python-antlr4-runtime.
* gnu/packages/geo.scm (python-cf-units)[propagated-inputs]:
Replace java-antlr4-runtime-python with python-antlr4-runtime.
* gnu/packages/python-xyz.scm (python-moto)[propagated-inputs],
(python-omegaconf)[propagated-inputs]:
Replace java-antlr4-runtime-python with python-antlr4-runtime.
Change-Id: Ia679b1d0402236650aa92cbcbd7bc6f03ffbcda1
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/java.scm (cpp-antlr4-runtime)[arguments]: Enable tests.
<#:phases>: Add unbundle-googletest.
[native-inputs]: Add googletest.
Change-Id: Ie10ae44c712f12cf7b5babb447a95a8407de41f4
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/java.scm (cpp-antlr4-runtime):
Rename from java-antlr4-runtime-cpp. [synopsis]: Fix typo.
(java-antlr4-runtime-cpp): Deprecate in favor of cpp-antlr4-runtime.
* gnu/packages/electronics.scm (python-hdlconvertor)[inputs]:
Replace java-antlr4-runtime-cpp with cpp-antlr4-runtime.
* gnu/packages/fontutils.scm (python-afdko)[inputs]:
Replace java-antlr4-runtime-cpp with cpp-antlr4-runtime.
Change-Id: I6332f55909dabe55debe5dba20c4fe7dd80c321e
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/java.scm (antlr4)[arguments]<#:phases>{bin-install}:
Specify the path to a java binary. [inputs]: Add openjdk.
(java-tunnelvisionlabs-antlr4-bootstrap)[inputs]: Add openjdk.
* gnu/packages/fontutils.scm (python-afdko)[native-inputs]:
Remove openjdk.
Change-Id: Id3306fed1b10a78b1e3da721b539fb1afac01f13
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/geo.scm (ogs-serial)[source]: Add patch.
* gnu/packages/patches/ogs-6.5.7-netcdfconverter.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patch.
Change-Id: I1301a2d77e2e30317c96947d3d37324df7489718
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
* gnu/packages/qt.scm (qtwayland-5): Update to 5.15.18.
[arguments]<#:phases>{disable-failing-tests}: Skip
tst_surface::createSubsurface, which expects an immediate parent
surface commit after moving a subsurface. KDE patch 0053 removed
hidden wl_surface.commit calls from setMask(), so the commit is
deferred to the next frame.
Change-Id: I4f97030dc42e050f18a4353e91375f1f87b22730
|
|
The KDE Qt5 Patch Collection (kde/5.15 branch) maintains backported fixes
for Qt 5.15 that were not backported by Qt upstream. This includes a fix
for QTBUG-103391: a fatal Wayland protocol error when a QDialog's
maximumWidth is less than the minimum width required by its contents.
Qt's Wayland backend sent set_min_size and set_max_size without ensuring
max >= min, violating the xdg-shell protocol.
* gnu/packages/patches/qtwayland-5.15.18-0001-client-announce-an-output-after-receiving-more-compl.patch,
gnu/packages/patches/qtwayland-5.15.18-0002-fix-issue-with-repeated-window-size-changes.patch,
gnu/packages/patches/qtwayland-5.15.18-0003-client-connect-drags-being-accepted-to-updating-the-.patch,
gnu/packages/patches/qtwayland-5.15.18-0004-client-disconnect-registry-listener-on-destruction.patch,
gnu/packages/patches/qtwayland-5.15.18-0005-client-set-xdgshell-size-hints-before-the-first-comm.patch,
gnu/packages/patches/qtwayland-5.15.18-0006-fix-build.patch,
gnu/packages/patches/qtwayland-5.15.18-0007-fix-remove-listener.patch,
gnu/packages/patches/qtwayland-5.15.18-0008-hook-up-querykeyboardmodifers.patch,
gnu/packages/patches/qtwayland-5.15.18-0009-correctly-detect-if-image-format-is-supported-by-qim.patch,
gnu/packages/patches/qtwayland-5.15.18-0010-client-don-t-always-recreate-frame-callbacks.patch,
gnu/packages/patches/qtwayland-5.15.18-0011-client-always-destroy-frame-callback-in-the-actual-c.patch,
gnu/packages/patches/qtwayland-5.15.18-0012-wayland-client-use-wl_keyboard-to-determine-active-s.patch,
gnu/packages/patches/qtwayland-5.15.18-0013-client-do-not-empty-clipboard-when-a-new-popup-windo.patch,
gnu/packages/patches/qtwayland-5.15.18-0014-client-implement-datadevicev3.patch,
gnu/packages/patches/qtwayland-5.15.18-0015-client-delay-deletion-of-qdrag-object-until-after-we.patch,
gnu/packages/patches/qtwayland-5.15.18-0016-client-avoid-processing-of-events-when-showing-windo.patch,
gnu/packages/patches/qtwayland-5.15.18-0017-handle-registry_global-out-of-constructor.patch,
gnu/packages/patches/qtwayland-5.15.18-0018-connect-flushrequest-after-forceroundtrip.patch,
gnu/packages/patches/qtwayland-5.15.18-0019-move-the-wayland-socket-polling-to-a-separate-event-.patch,
gnu/packages/patches/qtwayland-5.15.18-0020-client-remove-mwaitingforupdatedelivery.patch,
gnu/packages/patches/qtwayland-5.15.18-0021-client-simplify-round-trip-behavior.patch,
gnu/packages/patches/qtwayland-5.15.18-0022-client-fix-opaque-region-setter.patch,
gnu/packages/patches/qtwayland-5.15.18-0023-use-proper-dependencies-in-compile-tests.patch,
gnu/packages/patches/qtwayland-5.15.18-0024-revert-client-remove-mwaitingforupdatedelivery.patch,
gnu/packages/patches/qtwayland-5.15.18-0025-fix-race-condition-on-mwaitingforupdatedelivery.patch,
gnu/packages/patches/qtwayland-5.15.18-0026-use-poll-2-when-reading-from-clipboard.patch,
gnu/packages/patches/qtwayland-5.15.18-0027-reduce-memory-leakage.patch,
gnu/packages/patches/qtwayland-5.15.18-0028-only-close-popup-in-the-the-hierchary.patch,
gnu/packages/patches/qtwayland-5.15.18-0029-check-pointer-for-null-before-use-in-assert.patch,
gnu/packages/patches/qtwayland-5.15.18-0030-use-wl_surface.damage_buffer-on-the-client-side.patch,
gnu/packages/patches/qtwayland-5.15.18-0031-client-clear-focus-on-touch-cancel.patch,
gnu/packages/patches/qtwayland-5.15.18-0032-guard-mresizedirty-by-the-correctmutex.patch,
gnu/packages/patches/qtwayland-5.15.18-0033-fix-compile-tests.patch,
gnu/packages/patches/qtwayland-5.15.18-0034-call-finishdrag-in-qwaylanddatadevice-dragsourcecanc.patch,
gnu/packages/patches/qtwayland-5.15.18-0035-hold-surface-read-lock-throughout-qwaylandeglwindow-.patch,
gnu/packages/patches/qtwayland-5.15.18-0036-keep-toplevel-windows-in-the-top-left-corner-of-the-.patch,
gnu/packages/patches/qtwayland-5.15.18-0037-client-add-f_seal_shrink-seal-to-shm-backing-file.patch,
gnu/packages/patches/qtwayland-5.15.18-0038-client-call-wl_output_release-upon-qwaylandscreen-de.patch,
gnu/packages/patches/qtwayland-5.15.18-0039-client-bump-wl_output-version.patch,
gnu/packages/patches/qtwayland-5.15.18-0040-fix-frame-sync-related-to-unprotected-multithread-ac.patch,
gnu/packages/patches/qtwayland-5.15.18-0041-client-handle-zwp_primary_selection_device_manager_v.patch,
gnu/packages/patches/qtwayland-5.15.18-0042-fixes-the-build-on-centos.patch,
gnu/packages/patches/qtwayland-5.15.18-0043-client-avoid-protocol-error-with-invalid-min-max-siz.patch,
gnu/packages/patches/qtwayland-5.15.18-0044-client-fix-handling-of-qt-blankcursor.patch,
gnu/packages/patches/qtwayland-5.15.18-0045-client-force-a-roundtrip-when-an-xdgoutput-is-not-re.patch,
gnu/packages/patches/qtwayland-5.15.18-0046-destroy-frame-queue-before-display.patch,
gnu/packages/patches/qtwayland-5.15.18-0047-client-fix-crash-on-dnd-updates-after-client-facing-.patch,
gnu/packages/patches/qtwayland-5.15.18-0048-convert-cursor-bitmap-to-supported-format.patch,
gnu/packages/patches/qtwayland-5.15.18-0049-replace-scale-with-devicepixelratio-for-non-integer-.patch,
gnu/packages/patches/qtwayland-5.15.18-0050-client-fix-buffer-damage.patch,
gnu/packages/patches/qtwayland-5.15.18-0051-client-commit-the-initial-surface-state-explicitly.patch,
gnu/packages/patches/qtwayland-5.15.18-0052-tests-fix-tst_xdgshell-minmaxsize.patch,
gnu/packages/patches/qtwayland-5.15.18-0053-client-remove-some-surface-commits.patch,
gnu/packages/patches/qtwayland-5.15.18-0054-client-avoid-locking-resizing-in-qwaylandshmbackings.patch,
gnu/packages/patches/qtwayland-5.15.18-0055-bradient-use-qwaylandwindow-actual-window-title.patch: New files.
* gnu/packages/patches/qtwayland-dont-recreate-callbacks.patch,
gnu/packages/patches/qtwayland-cleanup-callbacks.patch: Delete files,
superseded by KDE patches 0010 and 0011.
* gnu/local.mk (dist_patch_DATA): Register new patches, remove old ones.
* gnu/packages/qt.scm (qtwayland-5)[source]: Replace old patches with KDE
Qt5 Patch Collection.
[arguments]<:phases>{disable-failing-tests}: Skip tst_xdgshell::minMaxSize()
test; patch 0053 removed the synchronous surface commit from
propagateSizeHints(), so the test's immediate check of the committed value
no longer works.
Fixes: guix/guix#6397
Change-Id: Ia9e890c2943c47287f73654d1654e06ba775b6f6
|
|
* gnu/packages/wm.scm (bspwm): Update to 0.9.12.
Change-Id: I85adac862f2c3df02a4b8a0a572a5ca4d1dc714a
Signed-off-by: Zheng Junjie <z572@z572.online>
|
|
* gnu/packages/firmware.scm (arm-trusted-firmware-sun50i-a64)
[native-inputs]: Remove extra gcc-14.
Change-Id: I39f24b1acc436a896c08ef58af7c068dd3232de5
|
|
* gnu/packages/sequoia.scm (sequoia-wot-tools)[arguments]: Add more
tests to cargo-test-flags.
Change-Id: I68034e4b11b31556b1d99d80d7d3c8f42a9a7642
|
|
* gnu/packages/admin.scm (swapspace): New variable.
Change-Id: I8219988a2ff2a00eda4a2ed027340462dbb815ac
|
|
Fixes: guix/guix#4671.
* gnu/packages/rust-apps.scm (tectonic)[arguments]: Add
cargo-install-paths.
Change-Id: I13a5d5cfd0a117d68b7896cc40ccb44e0f3705fc
|
|
* gnu/packages/cybersecurity.scm (pwntools): Update to 4.15.0.
[native-inputs]: Remove python-wheel.
Change-Id: I0d1ee9c6e16b225c29e31ccf604b3baa4e0796d1
|
|
* gnu/packages/finance.scm (libbwt-jni): New variable.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs): Add libbwt-jni.
Change-Id: Ib350272f8c8d7836912a6c61c3f1b96a6a0ca12e
Co-authored-by: Maxim Cournoyer <maxim@guixotic.coop>
|
|
* gnu/packages/rust-apps.scm (bwt): New variable.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs): Add bwt.
Change-Id: I92b1d7fea7cf3f6f216c5cfe959a4b41d65f169c
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
|
|
* gnu/packages/rust-apps.scm (jni): New variable.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs): Add jni
Change-Id: Id1835106ac7bc2de8fd30fd6d57d20151af0e44c
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
|
|
* gnu/packages/games.scm (boohu, boohu-tk): New variables.
(boohu-tk): Inherit from boohu.
Closes: guix/guix#6347
Change-Id: I6fc3a7176750a0d3d5f82e7f3794d7a5eaca083e
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/games.scm (go-codeberg-org-anaseto-gothic): New variable.
Change-Id: I2a2fe8ba9b41cc00f53f773e0785e54aec9d1b54
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/guile-xyz.scm (guile-g-golf): Update.
[description]: Remove paragraph on grafts bug; it no longer applies.
Change-Id: I6dcd550e363f3f893227f8d93306fc1e82ba5f46
|
|
* gnu/packages/golang-maths.scm (go-github-com-clarkduvall-hyperloglog): New variable.
Change-Id: Iefae1148b4cd9f439e90d3d2e3575b677752a7dd
|
|
* gnu/packages/golang-web.scm (go-github-com-aws-aws-sdk-go-v2-config):
[source] <snippet>: Keep only config/go.mod related directory.
[propagated-inputs]: Add go-github-com-aws-aws-sdk-go-v2,
go-github-com-aws-aws-sdk-go-v2-credentials,
go-github-com-aws-aws-sdk-go-v2-service-sso,
go-github-com-aws-aws-sdk-go-v2-service-ssooidc, and
go-github-com-aws-aws-sdk-go-v2-service-sts.
Change-Id: I874e36b2105e20a3e5d2271dd5cd81ebdc08f31c
|
|
* gnu/packages/golang-crypto.scm (go-github-com-protonmail-go-crypto):
Update to a8cc4f09f6cb247ab2180b45029ddaa736674f87 commit.
[source]: Switch to the latest commit.
[arguments] <test-flags>: Run short tests only.
Relates-to: https://codeberg.org/guix/guix/issues/6412
Change-Id: I163dd1a0fc2c4b2237986cff1a9c80ae71be2cf2
|
|
* gnu/packages/cybersecurity.scm (gallia): Update to 2.0.2.
Change-Id: Ied85e58f2abd152a8f5a4145ecc27f06e780b403
|
|
* gnu/packages/chemistry.scm (ringdecomposerlib)[native-inputs]: Add
python-setuptools.
Change-Id: I3e8ba8b751c20b36d13c2f0353aeb8c372f8c615
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.107.0.
Change-Id: I8d29577c3b30c5f751a11a97ca5800ad1481a654
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/python-crypto.scm (python-oscrypto)[source]<patches>:
Add patch.
Change-Id: I2888116c3fa56b6507d611848314a06296a30d5f
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/python-xyz.scm (python-mkdocs)[native-inputs]: Add
python-setuptools.
Change-Id: Idafcee25dd899cbe8c52479d9270cf287582b4f0
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/python-xyz.scm (python-dulwich): Update to 1.0.0.
[arguments]<#:test-flags, #:phases>: Refresh them.
[native-inputs]: Add openssh-sans-x, python-merge3,
python-setuptools-rust. Remove python-wheel.
Change-Id: I4f6a75c97ca4df74f71716945070fa305aa7b29b
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/machine-learning.scm (python-hyperopt)[arguments]
<#:test-flags>: Don't run slow tests.
<#:phases>: Add phase 'patch-tests.
Change-Id: I1fa9a0968291ea9ef7c75dd3ab7d19edc14279b2
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/cybersecurity.scm (gallia)[inputs]: Add python-boltons.
Change-Id: Ia94443b8230aa1c2ac823e3afe15d1a9d56c0702
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/python-crypto.scm (python-blake3): Update to 1.0.8.
[propagated-inputs]: Add python-typing-extensions.
* gnu/packages/rust-crates.scm: Update crates accordingly.
Change-Id: I843aec6e669b7606386c682aacac71bc460415f5
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/geo.scm (gdal)[native-inputs]: Add python-setuptools.
Change-Id: I85f8d469debc077e6ffe3568132e1bef7bbcf23d
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/python-crypto.scm (python-asn1crypto): Update to 1.5.1-0.b763a75.
Change-Id: Ica010bc5e708b1a743cd6e2fa32b7b6b12b8c59e
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/education.scm (gcompris): Define as deprecated by
gcompris-qt.
Fixes: guix/guix#6450
Change-Id: I7fdae7155fc274306a52eac08003a39f2a4dacba
|
|
* gnu/packages/graphviz.scm (graphviz-14): New variable.
Change-Id: Ib5f1fccc93790d25c78521a51c92b1bd741ced2c
|
|
Switch to Qt6 (like upstream).
* gnu/packages/networking.scm (opensnitch-daemon): Update to 1.8.0.
[arguments]<#:phases>{install-default-config}: Modify.
(opensnitch-ui): Update to 1.8.0.
[arguments]<#:phases>{install-rc}: Modify for Qt 6.
{wrap-qt}: Modify for Qt 6.
[native-inputs]: Replace qttools-5 by qttools.
[inputs]: Replace python-pyqt by python-pyqt-6.
Replace qtsvg-5 by qtsvg. Replace qtwayland-5 by qtwayland. Add qtbase.
Change-Id: I6b804218310d0a1f61ffb3bf4708711bbc0150d2
|
|
* gnu/packages/lisp-xyz.scm (sbcl-dnf-client)[home-page]: Update home page url.
Change-Id: I55f7ac38e0b51d33141f1e108cca8016f13873a8
|
|
* gnu/packages/lisp-xyz.scm (clasp-punycode): New variable.
Change-Id: I3b9b0d78ee9ca39861100f7fc698a918da202329
|
|
* gnu/packages/lisp-xyz.scm (sbcl-dns-client): Update to 1.0.0-1.5e861b2.
[source]: Update to use new source url.
[home-page]: Update to use new homepage url.
Change-Id: Ia3f3c41a080257cefef24185a34a67cbb9dac065
Signed-off-by: Omar Bassam <omar.bassam88@gmail.com>
Signed-off-by: jgart <jgart@dismail.de>
|
|
* gnu/packages/lisp-xyz.scm (cl-punycode, ecl-cl-punycode, sbcl-cl-punycode): New variables.
Change-Id: I437f2bcb7cbd4d1f7f2927b897820c32e148d7f7
Signed-off-by: Omar Bassam <omar.bassam88@gmail.com>
Signed-off-by: jgart <jgart@dismail.de>
|
|
* gnu/packages/sagemath.scm (sage)[native-inputs]: Replace
python-setuptools by meson-python. Add python-sphinx.
[arguments]<#:phases>{patch-source}: Patch out checks for maxima from ecl.
It is not found by meson, but will be found by sage due to our patching
of src/sage/env.py.
[setup]: Do not chdir into src, so that the higher level pyproject.toml
is used for the build with meson.
Change-Id: Id3f8fbc4e9097f31a5e56ee8a49d2d2772620cf5
|
|
* gnu/packages/lisp-xyz.scm (Remove cl-py4cl, ecl-py4cl, clasp-py4cl, and
sbcl-py4cl.): Delete variables.
Closes https://codeberg.org/guix/guix/issues/5438.
Change-Id: I2f3648d98d6b1077da4af7f2a18ec123872f6fba
|
|
* gnu/home/services/sway.scm (flatmap): Refactor flatmap to append-map.
Change-Id: I1a8e46ac7f2de163bc33f4bf61f267d35893cfc2
Signed-off-by: jgart <jgart@dismail.de>
|
|
* gnu/packages/password-utils.scm (aws-vault): Update to 7.3.0.
[source]: Switch to maintained fork.
[arguments] <import-path>: Adjust to a new module path.
<test-flags>: Run vet during check phase.
Fixes: guix/guix#2492
Change-Id: I377b83b6e261f80c2a7ef2977c50a6fd52a241fb
|