diff options
author | David Pflug <[email protected]> | 2024-01-11 10:35:52 -0500 |
---|---|---|
committer | Mathieu Othacehe <[email protected]> | 2024-01-12 17:26:24 +0100 |
commit | 142bf33a95728823f87c10703574a947a62d0eb6 (patch) | |
tree | 60ac029a4dc95adb25490d0e5cc510e5370cb1bd | |
parent | 1cba77f8874928a2176d0064a709f7fb704f7da2 (diff) |
gnu: laminar: Update to 1.3.
* gnu/packages/ci.scm (laminar): Update to 1.3.
Change-Id: Ic14deadfa3aa9c116ecd2ee7c34cdc32c58a6f56
Signed-off-by: Mathieu Othacehe <[email protected]>
-rw-r--r-- | gnu/packages/ci.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm index a367a5778b..18ae571127 100644 --- a/gnu/packages/ci.scm +++ b/gnu/packages/ci.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2017, 2019, 2020 Ricardo Wurmus <[email protected]> ;;; Copyright © 2018 Clément Lassieur <[email protected]> ;;; Copyright © 2022 Arun Isaac <[email protected]> +;;; Copyright © 2023 David Pflug <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -172,7 +173,7 @@ intended as a replacement for Hydra.") (define-public laminar (package (name "laminar") - (version "1.2") + (version "1.3") (source (origin (method git-fetch) (uri (git-reference @@ -181,7 +182,7 @@ intended as a replacement for Hydra.") (file-name (git-file-name name version)) (sha256 (base32 - "1sg0kccp3nczkn2vxcsqv10vyvmjnhpaykc1nfhh55jyda4xzf9w")))) + "0ya5nzl1qf11if564xd49l8ajxyish7pbn875js4f153z775d3ks")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; TODO Can't build tests |