guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: gsasl: Update to 2.0.1.


From: guix-commits
Subject: 01/11: gnu: gsasl: Update to 2.0.1.
Date: Thu, 4 Aug 2022 06:41:16 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a5933dc071ed51b5b3f694259808447716acf065
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jul 25 03:02:42 2022 +0200

    gnu: gsasl: Update to 2.0.1.
    
    * gnu/packages/gsasl.scm (gsasl): Update to 2.0.1.
---
 gnu/packages/gsasl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gsasl.scm b/gnu/packages/gsasl.scm
index 787bbae2bb..eb3255beed 100644
--- a/gnu/packages/gsasl.scm
+++ b/gnu/packages/gsasl.scm
@@ -77,14 +77,14 @@ the underlying security implementation.")
 (define-public gsasl
   (package
    (name "gsasl")
-   (version "1.10.0")
+   (version "2.0.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gsasl/gsasl-" version
                                 ".tar.gz"))
             (sha256
              (base32
-              "1lv8fp01aq4jjia9g4vkx90zacl8rgmjhfi6f1wdwnh9ws7bvg45"))))
+              "0yhvq3n6smgnc7fp0smmly8d248248xr7q2apbcbqhc80117ab1j"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags '("--with-gssapi-impl=mit"



reply via email to

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