guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: talloc: Update to 2.1.9.


From: Efraim Flashner
Subject: 02/02: gnu: talloc: Update to 2.1.9.
Date: Fri, 24 Mar 2017 07:17:20 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 2e200ee8c0d9d6dd11108017b05173e3dfa669db
Author: Efraim Flashner <address@hidden>
Date:   Fri Mar 24 14:16:09 2017 +0300

    gnu: talloc: Update to 2.1.9.
    
    * gnu/packages/samba (talloc): Update to 2.1.9.
    [home-page]: Use https.
---
 gnu/packages/samba.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]