mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: gsasl: Update to 2.2.0.
* gnu/packages/gsasl.scm (gsasl): Update to 2.2.0.
This commit is contained in:
parent
845bc59402
commit
2c1ce2f528
1 changed files with 2 additions and 2 deletions
|
@ -77,14 +77,14 @@ (define-public gss
|
|||
(define-public gsasl
|
||||
(package
|
||||
(name "gsasl")
|
||||
(version "2.0.1")
|
||||
(version "2.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/gsasl/gsasl-" version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0yhvq3n6smgnc7fp0smmly8d248248xr7q2apbcbqhc80117ab1j"))))
|
||||
"0nbp62isfdfrsnp34vfkwinfjyw9x05clacvsn2c8vcpp7inif3r"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--with-gssapi-impl=mit"
|
||||
|
|
Loading…
Reference in a new issue