guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: talloc: Update to 2.1.7.


From: Efraim Flashner
Subject: 02/05: gnu: talloc: Update to 2.1.7.
Date: Sun, 10 Jul 2016 03:49:04 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 67e7452dda077d41d7fde0abbcfc223d75e649b7
Author: Efraim Flashner <address@hidden>
Date:   Sat Jul 9 23:52:31 2016 +0300

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



reply via email to

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