guix-commits
[Top][All Lists]
Advanced

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

106/285: gnu: talloc: Update to 2.3.1.


From: guix-commits
Subject: 106/285: gnu: talloc: Update to 2.3.1.
Date: Sun, 29 Dec 2019 20:44:10 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 415f446a2a2938d2e46b747a842fd16964eca713
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Dec 24 02:55:40 2019 +0100

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



reply via email to

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