mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: 389-ds-base: Update to 1.4.0.31 [security fixes].
* gnu/packages/openldap.scm (389-ds-base): Update to 1.4.0.31.
This commit is contained in:
parent
4b317975ab
commit
22ef895d24
1 changed files with 2 additions and 2 deletions
|
@ -237,14 +237,14 @@ (define-public python-ldap
|
|||
(define-public 389-ds-base
|
||||
(package
|
||||
(name "389-ds-base")
|
||||
(version "1.4.0.21")
|
||||
(version "1.4.0.31")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://releases.pagure.org/389-ds-base/"
|
||||
"389-ds-base-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qd1ap5d5nxyiq0d19czfwc3h7iwl9lmr5sy7d7xmpr2by59aysr"))))
|
||||
"1rs218iqxyclccsdqb529favdsmz88zw785lsxd9ln43ja3x3l65"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:modules ((srfi srfi-1)
|
||||
|
|
Loading…
Reference in a new issue