[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/38: gnu: Add libgpg-error-1.50.
From: |
guix-commits |
Subject: |
33/38: gnu: Add libgpg-error-1.50. |
Date: |
Thu, 7 Nov 2024 10:56:11 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit d5c034800822db9b20026f58fa09af9431f3ebf8
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Nov 7 09:00:16 2024 +0100
gnu: Add libgpg-error-1.50.
* gnu/packages/gnupg.scm (libgpg-error-1.50): New variable.
Change-Id: Ia34c0f339f331420d76b2c840205f29e511d1dcc
---
gnu/packages/gnupg.scm | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 2e97c2244a..a4863542f2 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -22,7 +22,7 @@
;;; Copyright © 2021 Nikita Domnitskii <nikita@domnitskii.me>
;;; Copyright © 2021 Aleksandr Vityazev <avityazev@posteo.org>
;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
-;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
;;;
;;; This file is part of GNU Guix.
@@ -164,6 +164,19 @@ Daemon and possibly more in the future.")
(properties '((ftp-server . "ftp.gnupg.org")
(ftp-directory . "/gcrypt/libgpg-error")))))
+(define-public libgpg-error-1.50
+ (package
+ (inherit libgpg-error)
+ (version "1.50")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnupg/libgpg-error/libgpg-error-"
+ version ".tar.bz2"))
+ (sha256
+ (base32
+ "02p2jgz95688ib28sl4aa624cj0liz73anwcl92f8cx6w14m6h39"))))))
+
(define-public libgcrypt
(package
(name "libgcrypt")
- 07/38: hurd-boot: Support second boot., (continued)
- 07/38: hurd-boot: Support second boot., guix-commits, 2024/11/07
- 08/38: system: examples: Add devel-hurd.tmpl., guix-commits, 2024/11/07
- 06/38: gnu: hurd: Support second boot., guix-commits, 2024/11/07
- 04/38: system: hurd: Remove qemu networking from %base-services/hurd., guix-commits, 2024/11/07
- 16/38: installer: Add "Kernel" page to select the Hurd., guix-commits, 2024/11/07
- 13/38: installer: Fix file-name typos., guix-commits, 2024/11/07
- 19/38: gnu: gnumach: Update to v1.8+git20240406., guix-commits, 2024/11/07
- 20/38: gnu: hurd: Update to v0.9.git20240714., guix-commits, 2024/11/07
- 24/38: gnu: elfutils: Fix build for 64bit Hurd., guix-commits, 2024/11/07
- 25/38: gnu: cross-libc: Support cross-building for the 64bit Hurd., guix-commits, 2024/11/07
- 33/38: gnu: Add libgpg-error-1.50.,
guix-commits <=
- 31/38: DRAFT gnu: bootstrap: Add support for x86_64-gnu., guix-commits, 2024/11/07
- 27/38: gnu: patch: Fix build for the 64bit Hurd., guix-commits, 2024/11/07
- 26/38: gnu: grep: Fix build for the 64bit Hurd., guix-commits, 2024/11/07
- 18/38: installer: Support dry-run from Guile via store., guix-commits, 2024/11/07
- 28/38: gnu: libxcrypt: Support the 64bit Hurd., guix-commits, 2024/11/07
- 37/38: gnu: pciutils: Support the 64bit Hurd., guix-commits, 2024/11/07
- 30/38: gnu: gcc-13, gcc-14: Support being used as parent for gcc-static., guix-commits, 2024/11/07
- 36/38: gnu: openssl-3.0: Support the 64bit Hurd., guix-commits, 2024/11/07
- 29/38: gnu: libstdc++: Support the 64bit Hurd., guix-commits, 2024/11/07
- 15/38: installer: Add dry-run?, guix-commits, 2024/11/07