diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-10-05 19:42:07 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-10-05 19:42:07 +0000 |
commit | 79fbbe5e4a7cd79613d49c0dda51872f2492cc76 (patch) | |
tree | 2dd397642d6381453e76fd97b63a0ca7793a94b2 /gnu/packages/cpp.scm | |
parent | f4d3e7b82bf20e1c845f6b952478fffa5dbd701b (diff) | |
download | guix-79fbbe5e4a7cd79613d49c0dda51872f2492cc76.tar.gz |
gnu: sobjectizer: Update to 5.7.2.6.
* gnu/packages/cpp.scm (sobjectizer): Update to 5.7.2.6.
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 154d5ae333..c4d1280b38 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 |