[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/48: gnu: Add libgpg-error-1.50.
From: |
guix-commits |
Subject: |
33/48: gnu: Add libgpg-error-1.50. |
Date: |
Sat, 9 Nov 2024 08:12:38 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit e1d2539ebe2e04e7d84ceb7d42a9f4956e0057d9
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")
- 08/48: system: examples: Add devel-hurd.tmpl., (continued)
- 08/48: system: examples: Add devel-hurd.tmpl., guix-commits, 2024/11/09
- 12/48: installer: Use "partitioning-page" consistently., guix-commits, 2024/11/09
- 15/48: installer: Add dry-run?, guix-commits, 2024/11/09
- 16/48: installer: Add "Kernel" page to select the Hurd., guix-commits, 2024/11/09
- 27/48: gnu: patch: Fix build for the 64bit Hurd., guix-commits, 2024/11/09
- 28/48: gnu: libxcrypt: Support the 64bit Hurd., guix-commits, 2024/11/09
- 34/48: gnu: libgcrypt: Use libgpg-error-1.50 for the 64bit Hurd., guix-commits, 2024/11/09
- 46/48: gnu: inetutils: Fix build for the 64bit Hurd., guix-commits, 2024/11/09
- 06/48: gnu: hurd: Support second boot., guix-commits, 2024/11/09
- 10/48: installer: Remove unused (newt) imports., guix-commits, 2024/11/09
- 33/48: gnu: Add libgpg-error-1.50.,
guix-commits <=
- 23/48: gnu: cross-libc: Support cross-building for the 64bit Hurd., guix-commits, 2024/11/09
- 42/48: gnu: rumpkernel: Support the 64bit Hurd., guix-commits, 2024/11/09
- 31/48: DRAFT gnu: bootstrap: Add support for x86_64-gnu., guix-commits, 2024/11/09
- 44/48: gnu: git-minimal: Fix build for the 64bit Hurd., guix-commits, 2024/11/09
- 41/48: gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed7438337., guix-commits, 2024/11/09
- 11/48: installer: Align comments., guix-commits, 2024/11/09
- 37/48: gnu: pciutils: Support the 64bit Hurd., guix-commits, 2024/11/09
- 29/48: gnu: libstdc++: Support the 64bit Hurd., guix-commits, 2024/11/09
- 07/48: hurd-boot: Support second boot., guix-commits, 2024/11/09
- 18/48: installer: Support dry-run from Guile via store., guix-commits, 2024/11/09