mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: gsasl: Update to 2.2.2.
* gnu/packages/gsasl.scm (gsasl): Update to 2.2.2. Change-Id: If68ae0a5fda6c0768a9067abab1af167cab2c47c Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
79fce89fd0
commit
443e22f44a
1 changed files with 2 additions and 2 deletions
|
|
@ -77,14 +77,14 @@ the underlying security implementation.")
|
|||
(define-public gsasl
|
||||
(package
|
||||
(name "gsasl")
|
||||
(version "2.2.0")
|
||||
(version "2.2.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/gsasl/gsasl-" version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nbp62isfdfrsnp34vfkwinfjyw9x05clacvsn2c8vcpp7inif3r"))))
|
||||
"1fpkxxsz4bjk8bry6l5girnbjc45n7a97bfrb5jazk4fci1f9s21"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--with-gssapi-impl=mit"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue