diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-04 20:51:41 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-12 08:57:23 +0100 |
| commit | 0adf301971fc0783a6accb2ce4148406c6d0d02d (patch) | |
| tree | 22dba75842930aa21754bdcea234ce4d4ccade9c /gnu/packages/cpp.scm | |
| parent | dfb1b7d18d5903167e6f77169326d1a1dc1987be (diff) | |
gnu: lager: Update to 0.1.3.
* gnu/packages/cpp.scm (lager): Update to 0.1.3.
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 e8458423952..cce061999cf 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -2825,7 +2825,7 @@ composable sequential transformations.") (define-public lager (package (name "lager") - (version "0.1.1") + (version "0.1.3") (source (origin (method git-fetch) (uri (git-reference @@ -2833,7 +2833,7 @@ composable sequential transformations.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1by9d49qnkncifyjcq16zy605d7v4ps6hvc01q5nsp1nbswm94m4")))) + (base32 "123a75qklhiyic3yaj74h4p8jav2m92x9ssjnfsdiilhycp4p764")))) (build-system cmake-build-system) (arguments (list #:configure-flags #~(list "-Dlager_BUILD_EXAMPLES=no") #:modules `((guix build cmake-build-system) |
