guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: talloc: Update to 2.1.10.


From: Marius Bakke
Subject: 08/09: gnu: talloc: Update to 2.1.10.
Date: Sun, 23 Jul 2017 16:21:35 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 85a5800e52da736c828577807e74846d1a3c6193
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 23 14:25:50 2017 +0200

    gnu: talloc: Update to 2.1.10.
    
    * gnu/packages/samba.scm (talloc): Update to 2.1.10.
---
 gnu/packages/samba.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 9cf0afd..41b1b52 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -221,14 +221,14 @@ Desktops into Active Directory environments using the 
winbind daemon.")
 (define-public talloc
   (package
     (name "talloc")
-    (version "2.1.9")
+    (version "2.1.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.samba.org/ftp/talloc/talloc-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0qhhf4ib9k65sri2ky115iya6j7dgg0dsdi1r03j4cm3i35x9aph"))))
+                "06gn45if56g81vbj3841fzdjsahrrczwqpfrydm2zv6nxd5yk1f9"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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