gnu: realmd: Update to 0.17.1.
* gnu/packages/admin.scm (realmd): Update to 0.17.1.
This commit is contained in:
parent
688028931f
commit
b0913931e9
1 changed files with 2 additions and 3 deletions
|
@ -1802,7 +1802,7 @@ over ssh connections.")
|
||||||
(define-public realmd
|
(define-public realmd
|
||||||
(package
|
(package
|
||||||
(name "realmd")
|
(name "realmd")
|
||||||
(version "0.17.0")
|
(version "0.17.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1811,8 +1811,7 @@ over ssh connections.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "063cf4jkpfj548a7dxmffrpbh3j413nq3zy1zzj20lcfffnnaqwn"))))
|
||||||
"1c6q2a86kk2f1akzc36nh52hfwsmmc0mbp6ayyjxj4zsyk9zx5bf"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--with-systemd-unit-dir=no"
|
`(#:configure-flags '("--with-systemd-unit-dir=no"
|
||||||
|
|
Reference in a new issue