[PATCH] gnu: laminar: Update to 1.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • David Pflug
  • Mathieu Othacehe
Owner
unassigned
Submitted by
David Pflug
Severity
normal

Debbugs page

David Pflug wrote 1 years ago
(address . guix-patches@gnu.org)(name . David Pflug)(address . david@pflug.io)
20240111153602.19928-1-david@pflug.io
* gnu/packages/ci.scm (laminar): Update to 1.3.

Change-Id: Ic14deadfa3aa9c116ecd2ee7c34cdc32c58a6f56
---
gnu/packages/ci.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (34 lines)
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 <rekado@elephly.net>
;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2023 David Pflug <david@pflug.io>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -172,7 +173,7 @@ (define (sub-directory suffix)
(define-public laminar
(package
(name "laminar")
- (version "1.2")
+ (version "1.3")
(source
(origin (method git-fetch)
(uri (git-reference
@@ -181,7 +182,7 @@ (define-public laminar
(file-name (git-file-name name version))
(sha256
(base32
- "1sg0kccp3nczkn2vxcsqv10vyvmjnhpaykc1nfhh55jyda4xzf9w"))))
+ "0ya5nzl1qf11if564xd49l8ajxyish7pbn875js4f153z775d3ks"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; TODO Can't build tests

base-commit: 6341dddcb9e7c8d555ea7294d61dcf64d775e032
--
2.41.0
Mathieu Othacehe wrote 1 years ago
(name . David Pflug)(address . david@pflug.io)(address . 68388-done@debbugs.gnu.org)
87edemr0hv.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/ci.scm (laminar): Update to 1.3.

Applied, thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 68388@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68388
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help