andreas pushed a commit to branch core-packages-team in repository guix. commit 6c934c3ac391a8e9581f2689317d2191a7269264 Author: Janneke Nieuwenhuizen <jann...@gnu.org> AuthorDate: Mon Dec 30 18:35:06 2024 +0100
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 --- gnu/packages/samba.scm | 10 ---------- 1 file changed, 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