guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: sobjectizer: Update to 5.7.2.6.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: sobjectizer: Update to 5.7.2.6.
Date: Tue, 05 Oct 2021 15:42:17 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 79fbbe5  gnu: sobjectizer: Update to 5.7.2.6.
79fbbe5 is described below

commit 79fbbe5e4a7cd79613d49c0dda51872f2492cc76
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Oct 5 19:42:07 2021 +0000

    gnu: sobjectizer: Update to 5.7.2.6.
    
    * gnu/packages/cpp.scm (sobjectizer): Update to 5.7.2.6.
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 154d5ae..c4d1280 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -689,7 +689,7 @@ code and retrieving their output.")
 (define-public sobjectizer
   (package
     (name "sobjectizer")
-    (version "5.6.1")
+    (version "5.7.2.6")
     (source
      (origin
        (method git-fetch)
@@ -697,7 +697,7 @@ code and retrieving their output.")
              (url "https://github.com/Stiffstream/sobjectizer";)
              (commit (string-append "v." version))))
        (sha256
-        (base32 "0jfai7sqxnnjkms38krm7mssj5l79nb3pllkbyj4j581a7l5j6l5"))
+        (base32 "0n6smpjkkkw0xab8wcpy3p0dpw2v9sxgwl6azl3am6abmv4mff12"))
        (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments



reply via email to

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