diff options
author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2024-12-30 18:35:06 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:16 +0200 |
commit | 21c6cd7a72a88f156fce5ab1109f19bb6f473961 (patch) | |
tree | 43c9f8a8baf7a3f3faa824bc305f8cea1e62fe1c | |
parent | 251de5d79b1b48e3e139261d7201d6c156db74f1 (diff) |
gnu: samba/pinned: Update to 4.18.1; fixes build with gcc-14.
* gnu/packages/samba.scm (samba/pinned): Update to 4.18.1
(samba)[version,source]: Remove fields.
Change-Id: I912f1bd1280f6422b0c167c3227a4c477e21b040
-rw-r--r-- | gnu/packages/samba.scm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index 4b05f71cc5..9f5701fc10 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -297,16 +297,6 @@ Desktops into Active Directory environments using the winbind daemon.") (define-public samba (package (inherit samba/pinned) - (version "4.18.1") - (source - ;; For updaters: the current PGP fingerprint is - ;; 81F5E2832BD2545A1897B713AA99442FB680B620. - (origin - (method url-fetch) - (uri (string-append "https://download.samba.org/pub/samba/stable/" - "samba-" version ".tar.gz")) - (sha256 - (base32 "03ncp49pfpzjla205y3xpb9iy61dz4pryyrvyz26422a4hpsmpnf")))) (properties (alist-delete 'hidden? (package-properties samba/pinned))))) (define-public talloc |