andreas pushed a commit to branch core-packages-team
in repository guix.
commit a7dec2102fc71004ec070cd3d9389359b15caa77
Author: Janneke Nieuwenhuizen <[email protected]>
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