diff options
-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 |