aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-gc.sh
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-11-01 14:16:44 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:34 -0500
commit79a925f4e713d201eb5109bcf83b87c406c19484 (patch)
tree26a77af16a0678da95e026d777862d159cda3e3a /tests/guix-gc.sh
parentf3aca0869f54bf46dfbb58ac1c0420fdf7bc3d45 (diff)
downloadguix-79a925f4e713d201eb5109bcf83b87c406c19484.tar.gz
guix-79a925f4e713d201eb5109bcf83b87c406c19484.zip
gnu: ghc-cryptohash-md5: Update Cabal file to r4.
* gnu/packages/haskell-crypto.scm (ghc-cryptohash-md5): Update Cabal file to r4.
Diffstat (limited to 'tests/guix-gc.sh')
0 files changed, 0 insertions, 0 deletions
pgme: Add 1.18.0....* gnu/packages/gnupg.scm (gpgme-1.18, qgpgme-1.18): New variables. Marius Bakke 2022-10-30gnu: jetring: Update to 0.31....* gnu/packages/gnupg.scm (jetring): Update to 0.31. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice 2022-10-23gnu: pinentry-tty: Update to 1.2.1....* gnu/packages/gnupg.scm (pinentry-tty): Update to 1.2.1. Tobias Geerinckx-Rice 2022-10-16gnu: libksba: Graft to 1.6.2 [fixes CVE-2022-3515]....* gnu/packages/gnupg.scm (libksba/fixed): New variable. (libksba): Use it as grafted replacement. Tobias Geerinckx-Rice 2022-09-16gnu: GnuPG: Update to 2.2.39....* gnu/packages/gnupg.scm (gnupg): Update to 2.2.39. Marius Bakke 2022-09-16gnu: libksba: Update to 1.6.1....* gnu/packages/gnupg.scm (libksba): Update to 1.6.1. Marius Bakke 2022-09-16gnu: libgcrypt: Provide absolute gpgrt-config also for native builds....This fixes a regression since 497080c10ef154818795dd544fe4d606b1e8535d that would cause things like LIBGCRYPT-STATIC from (gnu packages cryptsetup) to refer to the wrong libgpg-error. * gnu/packages/gnupg.scm (libgcrypt)[arguments]: Add "ac_cv_path_GPGRT_CONFIG" to #:configure-flags, and remove the cross-compile stanza. Marius Bakke 2022-08-30gnu: gpgme: Update to 1.18.0....* gnu/packages/gnupg.scm (gpgme): Update to 1.18.0. Marius Bakke 2022-08-30gnu: gnupg: Update to 2.2.37....* gnu/packages/gnupg.scm (gnupg): Update to 2.2.37. Marius Bakke 2022-08-30Merge branch 'staging' into core-updatesMarius Bakke 2022-08-29gnu: gnupg: Use mirror URL....In commit 38747a27f36dbaadadb1399ec085d88e48c97555, the package switched from a mirror:// URL to a ftp:// URL, but there doesn't appear to have been any particular reason for that. * gnu/packages/gnupg.scm (gnupg)[source]{uri}: Use a mirror:// again. Signed-off-by: Marius Bakke <marius@gnu.org> Maxime Devos