guix-commits
[Top][All Lists]
Advanced

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

16/18: gnu: samba: Update to 4.13.4.


From: guix-commits
Subject: 16/18: gnu: samba: Update to 4.13.4.
Date: Sun, 7 Feb 2021 17:29:36 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a3600f8d8b8079cd067259f645c6884181e90ec0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 7 23:24:03 2021 +0100

    gnu: samba: Update to 4.13.4.
    
    * gnu/packages/samba.scm (samba): Update to 4.13.4.
---
 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 6a2d04e..f0b74c8 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -172,14 +172,14 @@ external dependencies.")
 (define-public samba
   (package
     (name "samba")
-    (version "4.13.3")
+    (version "4.13.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.samba.org/pub/samba/stable/";
                            "samba-" version ".tar.gz"))
        (sha256
-        (base32 "0hb5fli4kgwg376c289mcmdqszd51vs8pzzrw7j6yr9k7za8a1f1"))
+        (base32 "0y2wc7njhyhg055krp878xfv9c3wbhrhzn02d5ich30hyxilrcx1"))
        (patches (search-patches "samba-fix-fcntl-hint-detection.patch"))
        (modules '((guix build utils)))
        (snippet



reply via email to

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