guix-commits
[Top][All Lists]
Advanced

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

07/13: gnu: talloc: Update to 2.3.0.


From: guix-commits
Subject: 07/13: gnu: talloc: Update to 2.3.0.
Date: Wed, 4 Sep 2019 19:17:05 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1068bdcfe8186b37e618c2b25d74deae41718168
Author: Marius Bakke <address@hidden>
Date:   Wed Sep 4 20:45:46 2019 +0200

    gnu: talloc: Update to 2.3.0.
    
    * gnu/packages/samba.scm (talloc): Update to 2.3.0.
---
 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 da4f251..9c7b52a 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -243,14 +243,14 @@ Desktops into Active Directory environments using the 
winbind daemon.")
 (define-public talloc
   (package
     (name "talloc")
-    (version "2.2.0")
+    (version "2.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.samba.org/ftp/talloc/talloc-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1g1fqa37xkjp9lp6lrwxrbfgashcink769ll505zvcwnxx2nlvsw"))))
+                "1iigk4a7n9k9qqq0h3a5vah67ycpqzvahvdhzy15lm428jrvrmbm"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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