[PATCH] gnu: bear: Update to 2.4.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 5 years ago
(address . guix-patches@gnu.org)
87imnbipes.fsf@posteo.net
From 138982b7cace9a4f7f7e1336c2b1907c2b9b11a0 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Fri, 22 Nov 2019 15:13:32 -0600
Subject: [PATCH] gnu: bear: Update to 2.4.2.

* gnu/packages/build-tools.scm (bear): Update to 2.4.2.
---
gnu/packages/build-tools.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 5c11266c89..a82b867282 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -80,7 +80,7 @@ makes a few sacrifices to acquire fast full and incremental build times.")
(define-public bear
(package
(name "bear")
- (version "2.3.13")
+ (version "2.4.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -89,7 +89,7 @@ makes a few sacrifices to acquire fast full and incremental build times.")
(file-name (git-file-name name version))
(sha256
(base32
- "0imvvs22gyr1v6ydgp5yn2nq8fb8llmz0ra1m733ikjaczl3jm7z"))))
+ "1w1kyjzvvy5lj16kn3yyf7iil2cqlfkszi8kvagql7f5h5l6w9b1"))))
(build-system cmake-build-system)
(inputs
`(("python" ,python-wrapper)))
--
2.24.0
Tobias Geerinckx-Rice wrote 5 years ago
(address . 38327-done@debbugs.gnu.org)
87v9rb7ekg.fsf@nckx
Brett Gilio 写道:
Toggle quote (2 lines)
> Subject: [PATCH] gnu: bear: Update to 2.4.2.

Pushed as 4c7ca5d299cb9c900e8c3b4a2d289a6e11075ff9.

Thanks!

T G-R
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfo+u0AlEeO9y5k0W2Imw8BjFSTwFAl3YW38ACgkQ2Imw8BjF
STzAHA//frskKALEZFW24aPZhFCn/nDGELPOurSVEwaVs1diXqj8tDskCrtbBBmy
/9eNbR2AAOfe0sToLNCVhC4okIyvHBDhOHtGIygWyzGATMDPiCWsLwBeuBek+1E6
E7DwkOQXOzJ7u/WnjhmiVlZI+YicllxjA3C2dO89ehrW88go6MeukelZ730d26LC
6g6We1IFRgEABLizqf8TkWHkGGHuNnGIJFJlWm5ZFVbdBncAVOyQRs+OpTyMKvvH
m4LG+1qoFxsgePFT9rDwMNlG5XjM7S44VMlHnoqXX0Sh+KJieohQ4asiACj2QffJ
uOTAWFK85eXTmqoUoQzp5ibaWbeHCT7san0jwzZ9+NI7qPQWBDFWOhLR6rWO5J7B
ufR+WD3fSH66qtMyGZ1dcSAmEPq5EEJl3MYe1TMiyXAIK4WpYKVaFN5JQT6/YMAh
BweNZeZ1qKqdA989YphGHbtu8CeBZOmpeH/+6oee3IBubN8lXZZ29gVkzVH27jkk
2mKOUj2nSc1bm/zUd1/0u6Pd5l4aLDkCzQbCaml8XT+7Kkn82Q9YzaXt6sWcHk7e
110X6gIIq44P2HDcrSWSOwpRrK0yTmU3GIuiXSW7nEFdTmnuPhK6kUB053pybSt1
WdlMO/mRP3fzsBXtfCkR0octeG9AW8aZwKk18LdAe8a9Z5HHW8Q=
=lBUL
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 38327
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