gnu: bloomberg-bde-tools: Update to 4.27.0.0.

* gnu/packages/cpp.scm (bloomberg-bde-tools): Update to 4.27.0.0.

Change-Id: I3c3155bea0217bbb366f6b5d779873bde24b7dd8
This commit is contained in:
Greg Hogan 2025-07-15 13:18:39 +00:00
parent f361e7fa4a
commit 702a7053e6
No known key found for this signature in database
GPG key ID: EF6EB27413CFEEF3

View file

@ -3245,20 +3245,18 @@ validation.")
"038i9nmk85vpxvs546w6cyci0ppdrrp5wnlv1kffxw29x71a3g5l")))))) "038i9nmk85vpxvs546w6cyci0ppdrrp5wnlv1kffxw29x71a3g5l"))))))
(define-public bloomberg-bde-tools (define-public bloomberg-bde-tools
(let ((commit "23217675939d434537ef74b91f71b63054e36572"))
(package (package
(name "bloomberg-bde-tools") (name "bloomberg-bde-tools")
;; Recent releases are not tagged so commit must be used for checkout. (version "4.27.0.0")
(version "4.13.0.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/bloomberg/bde-tools") (url "https://github.com/bloomberg/bde-tools")
(commit commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1x440fa8fghigipn6w8zdr60kkvxrkxs2n9a5hf3y33b8aygh8iv")) "0zkf6vdvzp73h6bai6kmd062k0wyqwrrdv2z9m416kgxr6qickl2"))
(patches (patches
(search-patches (search-patches
"bloomberg-bde-tools-fix-install-path.patch")))) "bloomberg-bde-tools-fix-install-path.patch"))))
@ -3269,7 +3267,7 @@ validation.")
(description (description
"This package provides the cmake imports needed to build bloomberg-bde.") "This package provides the cmake imports needed to build bloomberg-bde.")
(home-page "https://github.com/bloomberg/bde-tools") (home-page "https://github.com/bloomberg/bde-tools")
(license license:asl2.0)))) (license license:asl2.0)))
(define-public bloomberg-bde (define-public bloomberg-bde
(let ((commit "445a8ac4223b90ee0a46749b87ffbbd21788e132")) (let ((commit "445a8ac4223b90ee0a46749b87ffbbd21788e132"))