mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: wsdd: Update to 0.7.1.
* gnu/packages/samba.scm (wsdd): Update to 0.7.1.
This commit is contained in:
parent
b85366fa6b
commit
79c2af7394
1 changed files with 3 additions and 3 deletions
|
@ -514,7 +514,7 @@ (define-public ppp
|
||||||
(define-public wsdd
|
(define-public wsdd
|
||||||
(package
|
(package
|
||||||
(name "wsdd")
|
(name "wsdd")
|
||||||
(version "0.7.0")
|
(version "0.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -522,14 +522,14 @@ (define-public wsdd
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04an2w6hamnai668ag4vq8x0i09fsg2jrayb4a7ar0x6bn837k7m"))))
|
(base32 "16kk7x80jlargrvh643m23j277p0drs2yylqz54f9inf5ld5bxn5"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python" ,python)))
|
`(("python" ,python)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:install-plan
|
'(#:install-plan
|
||||||
'(("src/wsdd.py" "bin/wsdd")
|
'(("src/wsdd.py" "bin/wsdd")
|
||||||
("man/wsdd.1" "share/man/man1/"))))
|
("man/wsdd.8" "share/man/man8/"))))
|
||||||
(home-page "https://github.com/christgau/wsdd")
|
(home-page "https://github.com/christgau/wsdd")
|
||||||
(synopsis "Web Service Discovery host daemon")
|
(synopsis "Web Service Discovery host daemon")
|
||||||
(description "This daemon allows (Samba) hosts to be found by Web
|
(description "This daemon allows (Samba) hosts to be found by Web
|
||||||
|
|
Loading…
Reference in a new issue