mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gsasl: Update to 2.0.1.
* gnu/packages/gsasl.scm (gsasl): Update to 2.0.1.
This commit is contained in:
parent
3bd2b1b544
commit
a5933dc071
1 changed files with 2 additions and 2 deletions
|
@ -77,14 +77,14 @@ (define-public gss
|
|||
(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"
|
||||
|
|
Loading…
Reference in a new issue