all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] version bump libgcrypt -> 1.7
@ 2016-04-16 21:15 ng0
  2016-04-17  7:53 ` Alex Kost
  2016-04-17 20:21 ` Leo Famulari
  0 siblings, 2 replies; 15+ messages in thread
From: ng0 @ 2016-04-16 21:15 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

I created a new inherit for this, maybe this is too cautious, but
just in case as I did not have any more time than version bump +
test build, here is the patch for the new version.


[-- Attachment #2: 0001-gnu-libgcrypt-Update-to-1.7.0.patch --]
[-- Type: text/x-patch, Size: 1466 bytes --]

From 9222453334b4a5136a746076b69f5e1a6e30b3c1 Mon Sep 17 00:00:00 2001
From: Nils Gillmann <ng0@libertad.pw>
Date: Sat, 16 Apr 2016 23:04:46 +0200
Subject: [PATCH] gnu: libgcrypt: Update to 1.7.0.

* gnu/packages/gnupg.scm (libgcrypt-1.7): Update to 1.7.0 through new variable.
Kindly reported by a person on psyced.org
---
 gnu/packages/gnupg.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index b6c1233..39c5765 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
 ;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
+;;; Copyright © 2016 Nils Gillmann <ng0@libertad.pw>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -117,6 +118,18 @@ generation.")
        (base32
         "0czvqxkzd5y872ipy6s010ifwdwv29sqbnqc4pf56sd486gqvy6m"))))))
 
+(define-public libgcrypt-1.7
+  (package (inherit libgcrypt)
+    (version "1.7.0")
+    (source
+     (origin
+      (method url-fetch)
+      (uri (string-append "mirror://gnupg/libgcrypt/libgcrypt-"
+                          version ".tar.bz2"))
+      (sha256
+       (base32
+        "14pspxwrqcgfklw3dgmywbxqwdzcym7fznfrqh9rk4vl8jkpxrmh"))))))
+
 (define-public libassuan
   (package
     (name "libassuan")
-- 
2.7.3


[-- Attachment #3: Type: text/plain, Size: 9 bytes --]


-- 
ng0

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-05-15 17:50 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-16 21:15 [PATCH] version bump libgcrypt -> 1.7 ng0
2016-04-17  7:53 ` Alex Kost
2016-04-17  9:36   ` ng0
2016-04-17  9:53   ` ng0
2016-04-18 20:32     ` Leo Famulari
2016-04-19  8:27       ` Alex Kost
2016-04-19  9:27         ` ng0
2016-04-20 17:03       ` Ludovic Courtès
2016-04-21 16:32         ` Leo Famulari
2016-04-24 14:23           ` Ludovic Courtès
2016-05-11 12:50             ` ng0
2016-05-14 23:54               ` ng0
2016-05-15 17:49                 ` Leo Famulari
2016-04-17 20:21 ` Leo Famulari
2016-04-17 22:02   ` ng0

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.