guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: talloc: Update to 2.1.2.


From: ???
Subject: 01/05: gnu: talloc: Update to 2.1.2.
Date: Tue, 16 Jun 2015 15:36:06 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 9e4552aac2919c5b1765fa260d4ca18dfd39971a
Author: 宋文武 <address@hidden>
Date:   Fri Jun 12 12:01:26 2015 +0800

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

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 8e53deb..3586630 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -168,14 +168,14 @@ Desktops into Active Directory environments using the 
winbind daemon.")
 (define-public talloc
   (package
     (name "talloc")
-    (version "2.1.0")
+    (version "2.1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.samba.org/ftp/talloc/talloc-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "13zh628hzlp2v9vj70knnfac2xbxqrdhgap30csq4zv4h8w3j087"))))
+                "13c365f7y8idjf2v1jxdjpkc3lxdmsxxfxjx1ymianm7zjiph393"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (alist-replace



reply via email to

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