guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: samba: Update to 4.13.3.


From: guix-commits
Subject: 02/07: gnu: samba: Update to 4.13.3.
Date: Tue, 22 Dec 2020 07:10:01 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0ca4778dc29fc76bf2b8f87219dab0b30b6b46d4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 20 23:10:37 2020 +0100

    gnu: samba: Update to 4.13.3.
    
    * gnu/packages/samba.scm (samba): Update to 4.13.3.
---
 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 55981da..f869831 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -178,14 +178,14 @@ external dependencies.")
 (define-public samba
   (package
     (name "samba")
-    (version "4.13.2")
+    (version "4.13.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.samba.org/pub/samba/stable/";
                            "samba-" version ".tar.gz"))
        (sha256
-        (base32 "1d7j79c8aggwiv90y2q1yz63d9p5n4paq0fsbdvqpn05d8wn8r17"))
+        (base32 "0hb5fli4kgwg376c289mcmdqszd51vs8pzzrw7j6yr9k7za8a1f1"))
        (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]