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
This commit is contained in:
Janneke Nieuwenhuizen 2024-12-30 18:35:06 +01:00
parent ef72d95190
commit a793801008
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -178,7 +178,7 @@ (define-public samba/pinned
(hidden-package
(package
(name "samba")
(version "4.17.0")
(version "4.18.1")
(source
;; For updaters: the current PGP fingerprint is
;; 81F5E2832BD2545A1897B713AA99442FB680B620.
@ -187,7 +187,7 @@ (define-public samba/pinned
(uri (string-append "https://download.samba.org/pub/samba/stable/"
"samba-" version ".tar.gz"))
(sha256
(base32 "0fl2y5avmyxjadh6zz0fwz35akd6c4j9lldzp2kyvjrgm36qx1h4"))))
(base32 "03ncp49pfpzjla205y3xpb9iy61dz4pryyrvyz26422a4hpsmpnf"))))
(build-system gnu-build-system)
(arguments
(list
@ -297,16 +297,6 @@ (define-public samba/pinned
(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