guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: bloomberg-bde-tools: Update to 3.118.0.0.


From: guix-commits
Subject: 04/07: gnu: bloomberg-bde-tools: Update to 3.118.0.0.
Date: Thu, 17 Aug 2023 13:07:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7af5597e21ef6d7f19554c3acbe75f108f663421
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed May 17 15:16:17 2023 +0000

    gnu: bloomberg-bde-tools: Update to 3.118.0.0.
    
    * gnu/packages/cpp.scm (bloomberg-bde-tools): Update to 3.118.0.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/cpp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 3a439c314e..c32789f6bd 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1976,11 +1976,11 @@ validation.")
     (license license:asl2.0)))
 
 (define-public bloomberg-bde-tools
-  (let ((commit "094885bd177e0159232d4e6a060a04edb1edd786"))
+  (let ((commit "f63dfe9114cd7df29623bd01f644b9f654253972"))
     (package
       (name "bloomberg-bde-tools")
       ;; Recent releases are not tagged so commit must be used for checkout.
-      (version "3.97.0.0")
+      (version "3.118.0.0")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -1989,7 +1989,7 @@ validation.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0mbbai73z8amh23ah3wy35kmy612380yr5wg89mic60qwqmpqb02"))
+                  "1a5sw4xjwd222na3zkflm2gkmzhnfq17i8qapyaxszpiayf3hw6v"))
                 (patches
                  (search-patches
                   "bloomberg-bde-tools-fix-install-path.patch"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]