guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: libntlm: Update to 1.5.


From: Tobias Geerinckx-Rice
Subject: 02/07: gnu: libntlm: Update to 1.5.
Date: Tue, 28 Aug 2018 16:48:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4fca5a44f6eda4a0f623a9f61a96df0c2655ef38
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Aug 28 13:37:09 2018 +0200

    gnu: libntlm: Update to 1.5.
    
    * gnu/packages/gsasl.scm (libntlm): Update to 1.5.
    [source]: Use HTTPS.
---
 gnu/packages/gsasl.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gsasl.scm b/gnu/packages/gsasl.scm
index 9dcebe9..127b476 100644
--- a/gnu/packages/gsasl.scm
+++ b/gnu/packages/gsasl.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2012 Andreas Enge <address@hidden>
 ;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2017 Eric Bavier <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -33,14 +34,14 @@
 (define-public libntlm
   (package
     (name "libntlm")
-    (version "1.4")
+    (version "1.5")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://www.nongnu.org/libntlm/releases/";
+              (uri (string-append "https://www.nongnu.org/libntlm/releases/";
                                   "libntlm-" version ".tar.gz"))
               (sha256
                (base32
-                "129532iiip2cjr5h03bgz184v64v27sfm1r70v3ms4yk65gdf5c4"))))
+                "1gcvv7f9rggpxay81qv6kw5hr6gd4qiyzkbwhzz02fx9jvv9kmsk"))))
     (build-system gnu-build-system)
     (synopsis "Library that implements NTLM authentication")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]