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.2.0.


From: guix-commits
Subject: 03/05: gnu: talloc: Update to 2.2.0.
Date: Sat, 23 Mar 2019 17:48:59 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 42bdd5ef7c6be4af9cbe439bb6871420b516edab
Author: Marius Bakke <address@hidden>
Date:   Sat Mar 23 22:06:19 2019 +0100

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



reply via email to

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