guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: talloc: Update to 2.1.8.


From: Efraim Flashner
Subject: 02/08: gnu: talloc: Update to 2.1.8.
Date: Sat, 8 Oct 2016 20:27:21 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 93151e4185ca58ddaaf583906aad62080638a3a2
Author: Efraim Flashner <address@hidden>
Date:   Sat Oct 8 20:30:36 2016 +0300

    gnu: talloc: Update to 2.1.8.
    
    * gnu/packages/samba.scm (talloc): Update to 2.1.8.
---
 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 470fe52..bfe97cb 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -164,14 +164,14 @@ Desktops into Active Directory environments using the 
winbind daemon.")
 (define-public talloc
   (package
     (name "talloc")
-    (version "2.1.7")
+    (version "2.1.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.samba.org/ftp/talloc/talloc-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "01m0kzndciyj43z1zd2nc61xqgh9knjv0w7lk1rrrlj8irr4w58r"))))
+                "0c3ihyb0jd8mhvi7gg2mr5w1zl2habx6jlkbyxzyckad2q8lkl92"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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