guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: talloc: Update to 2.1.13.


From: Marius Bakke
Subject: 04/06: gnu: talloc: Update to 2.1.13.
Date: Fri, 6 Apr 2018 14:17:06 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a81000fb7146859269ec8137d6e31e7faa6c44ff
Author: Marius Bakke <address@hidden>
Date:   Fri Apr 6 16:09:06 2018 +0200

    gnu: talloc: Update to 2.1.13.
    
    * gnu/packages/samba.scm (talloc): Update to 2.1.13.
---
 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 e2e8c5e..d84f52f 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.12")
+    (version "2.1.13")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.samba.org/ftp/talloc/talloc-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0jv0ri9vj93fczzgl7rn7xvnfgl2kfx4x85cr8h8v52yh7v0qz4q"))))
+                "0iv09iv385x69gfzvassq6m3y0rd8ncylls95dm015xdy3drkww4"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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