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


From: guix-commits
Subject: branch master updated: gnu: samba: Update to 4.13.14.
Date: Tue, 09 Nov 2021 17:13:31 -0500

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

efraim pushed a commit to branch master
in repository guix.

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

commit 42eb5b67e32b1a2f4dfc0ec841fad4d0afacf9c3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 10 00:09:40 2021 +0200

    gnu: samba: Update to 4.13.14.
    
    * gnu/packages/samba.scm (samba): Update to 4.13.14.
---
 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 fad2888..966ccc8 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -184,14 +184,14 @@ external dependencies.")
 (define-public samba
   (package
     (name "samba")
-    (version "4.13.10")
+    (version "4.13.14")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.samba.org/pub/samba/stable/";
                            "samba-" version ".tar.gz"))
        (sha256
-        (base32 "00q5hf2r71dyma785dckcyksv3082mqfgyy9q6k6rc6kqjwkirzh"))
+        (base32 "103zy09mszjlfrsnm2vzrw5d9ph5jckddb9cxsrhrslkzblah4b6"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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