mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
e9d53ee64f
commit
41c8effdf8
1 changed files with 2 additions and 12 deletions
|
@ -178,7 +178,7 @@ (define-public samba/pinned
|
||||||
(hidden-package
|
(hidden-package
|
||||||
(package
|
(package
|
||||||
(name "samba")
|
(name "samba")
|
||||||
(version "4.17.0")
|
(version "4.18.1")
|
||||||
(source
|
(source
|
||||||
;; For updaters: the current PGP fingerprint is
|
;; For updaters: the current PGP fingerprint is
|
||||||
;; 81F5E2832BD2545A1897B713AA99442FB680B620.
|
;; 81F5E2832BD2545A1897B713AA99442FB680B620.
|
||||||
|
@ -187,7 +187,7 @@ (define-public samba/pinned
|
||||||
(uri (string-append "https://download.samba.org/pub/samba/stable/"
|
(uri (string-append "https://download.samba.org/pub/samba/stable/"
|
||||||
"samba-" version ".tar.gz"))
|
"samba-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fl2y5avmyxjadh6zz0fwz35akd6c4j9lldzp2kyvjrgm36qx1h4"))))
|
(base32 "03ncp49pfpzjla205y3xpb9iy61dz4pryyrvyz26422a4hpsmpnf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -297,16 +297,6 @@ (define-public samba/pinned
|
||||||
(define-public samba
|
(define-public samba
|
||||||
(package
|
(package
|
||||||
(inherit samba/pinned)
|
(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)))))
|
(properties (alist-delete 'hidden? (package-properties samba/pinned)))))
|
||||||
|
|
||||||
(define-public talloc
|
(define-public talloc
|
||||||
|
|
Loading…
Reference in a new issue