guix-commits
[Top][All Lists]
Advanced

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

16/19: gnu: samba: Update to 4.12.3.


From: guix-commits
Subject: 16/19: gnu: samba: Update to 4.12.3.
Date: Tue, 2 Jun 2020 12:16:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2f26e2d6fdb2fb345ab670ecdfde740e5e40ab89
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 2 04:30:36 2020 +0200

    gnu: samba: Update to 4.12.3.
    
    * gnu/packages/samba.scm (samba): Update to 4.12.3.
---
 gnu/packages/samba.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index b587887..a502020 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -169,15 +169,15 @@ anywhere.")
 (define-public samba
   (package
     (name "samba")
-    (version "4.12.2")
-    (source (origin
-             (method url-fetch)
-             (uri (string-append "https://download.samba.org/pub/samba/stable/";
-                                 "samba-" version ".tar.gz"))
-             (sha256
-              (base32
-               "0l514s2xhsy1lspzgvibbzs80zi84zxr2wx4d40hq85yb2lg5434"))
-                    (modules '((guix build utils)))
+    (version "4.12.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://download.samba.org/pub/samba/stable/";
+                           "samba-" version ".tar.gz"))
+       (sha256
+        (base32 "09w7aap1cjc41ayhaksm1igc7p7gl40fad4a1l6q4ds9a2jbrb9z"))
+       (modules '((guix build utils)))
        (snippet
         '(begin
            ;; TODO: also remove the bundled ‘third_party/popt’.



reply via email to

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