gnu: talloc: Update to 2.1.9.

* gnu/packages/samba (talloc): Update to 2.1.9.
[home-page]: Use https.
This commit is contained in:
Efraim Flashner 2017-03-24 14:16:09 +03:00
parent c8c1470451
commit 2e200ee8c0
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 3 additions and 3 deletions

View File

@ -171,14 +171,14 @@ Desktops into Active Directory environments using the winbind daemon.")
(define-public talloc (define-public talloc
(package (package
(name "talloc") (name "talloc")
(version "2.1.8") (version "2.1.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.samba.org/ftp/talloc/talloc-" (uri (string-append "https://www.samba.org/ftp/talloc/talloc-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0c3ihyb0jd8mhvi7gg2mr5w1zl2habx6jlkbyxzyckad2q8lkl92")))) "0qhhf4ib9k65sri2ky115iya6j7dgg0dsdi1r03j4cm3i35x9aph"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases
@ -198,7 +198,7 @@ Desktops into Active Directory environments using the winbind daemon.")
(string-append "--prefix=" out))))))))) (string-append "--prefix=" out)))))))))
(inputs (inputs
`(("python" ,python-2))) `(("python" ,python-2)))
(home-page "http://talloc.samba.org") (home-page "https://talloc.samba.org")
(synopsis "Hierarchical, reference counted memory pool system") (synopsis "Hierarchical, reference counted memory pool system")
(description (description
"Talloc is a hierarchical, reference counted memory pool system with "Talloc is a hierarchical, reference counted memory pool system with