guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: talloc: Update to 2.1.12.


From: Marius Bakke
Subject: 03/05: gnu: talloc: Update to 2.1.12.
Date: Thu, 22 Mar 2018 09:44:00 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 0e4d067f9eb5c493270930b95e4d5c9dd940657f
Author: Marius Bakke <address@hidden>
Date:   Thu Mar 22 14:16:36 2018 +0100

    gnu: talloc: Update to 2.1.12.
    
    * gnu/packages/samba.scm (talloc): Update to 2.1.12.
---
 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 3b1c2d4..e2e8c5e 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -233,14 +233,14 @@ Desktops into Active Directory environments using the 
winbind daemon.")
 (define-public talloc
   (package
     (name "talloc")
-    (version "2.1.11")
+    (version "2.1.12")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.samba.org/ftp/talloc/talloc-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1lzfxv2zjxap5snf9ydl1bqgjpz0kgkq7n644f8rkbx0arav77k3"))))
+                "0jv0ri9vj93fczzgl7rn7xvnfgl2kfx4x85cr8h8v52yh7v0qz4q"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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