guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: samba: Update to 4.11.9.


From: guix-commits
Subject: branch master updated: gnu: samba: Update to 4.11.9.
Date: Mon, 11 May 2020 13:53:48 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fef052b  gnu: samba: Update to 4.11.9.
fef052b is described below

commit fef052b1b8238d6680437d62ce318e49922edb3d
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon May 11 19:53:13 2020 +0200

    gnu: samba: Update to 4.11.9.
    
    * gnu/packages/samba.scm (samba): Update to 4.11.9.
---
 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 471711b..c35e0f3 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -168,14 +168,14 @@ anywhere.")
 (define-public samba
   (package
     (name "samba")
-    (version "4.11.8")
+    (version "4.11.9")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://download.samba.org/pub/samba/stable/";
                                  "samba-" version ".tar.gz"))
              (sha256
               (base32
-               "1jh0a5ma03kgjcwr22a3jir8gxymn63aljgq2lgvpfyj6ym0q55v"))))
+               "1k4dxjspl0xgabdl3nb3wyz714l3df89dj04bf1siwzk9hsyz35d"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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