[PATCH] gnu: telescope: Update to 0.5.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • cage
  • Efraim Flashner
Owner
unassigned
Submitted by
cage
Severity
normal

Debbugs page

cage wrote 3 years ago
(address . guix-patches@gnu.org)
YUWe98ILJtSEQ4Zt@kurosawa.casa.net
* gnu/packages/web-browsers.scm (telescope): Update to 0.5.2.
---
gnu/packages/web-browsers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index cda9dee32f..d430f946eb 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -882,14 +882,14 @@ interface.")
(define-public telescope
(package
(name "telescope")
- (version "0.5.1")
+ (version "0.5.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/omar-polo/telescope/releases/download/"
version "/telescope-" version ".tar.gz"))
(sha256
- (base32 "1fgv7gg2lwrjcihq6mkraqm10a6a7h430ikrjpcwfcpv1gvj8ckz"))))
+ (base32 "0phvwhxvm63y68cyvzw5dk60yjzfv6bpxf5c4bl08daj3ia48fbk"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f)) ;no tests
--
2.33.0
Efraim Flashner wrote 3 years ago
(name . cage)(address . cage-dev@twistfold.it)(address . 50651-done@debbugs.gnu.org)
YUsHtoCV9MoQXiO7@3900XT
Thanks. Patch pushed.

--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmFLB7UACgkQQarn3Mo9
g1FjXA//b6NW4HXERs0BEMQ5VdHIYeiJFnaQH9eBUETgSL7W2Eqb9QDQ9X1S4Kec
NVOVLsRAAtZFE+pWQz8xNp+vR1HzzjDA+mMVmNdBtu3JccPAWstdNZ+oCsT+ZDNe
EF4oEq3TCGn8xXQs9Bze+WqKps/B78TmJsdeeW4lDBuKhhqKLWaIKb1GLYG26Ui5
LA/vwyPmEj92LnRfx4AiBw/taSbd79ER1rsKbgd+q76uKGsxUJJu0MgqPiiCFs06
0DNiIkwjGi+RQ/5SMAuWRk83q/iJWKIvAEBFu7+wHv47ORCJNt8bW5OpEocKNPP6
YNCGQ+R0sC3u6Gv8hqySDhZT42Naq6jT2SJCprEiXX92kyqMf+eaZ76EgfEJyDz9
5arnJ9YdnDbBDf8ddcuMIULm4mPwHjPtwCekBmchAF8hfn7QnXTDhetcieXJp994
ZRkl1n5F9SRS3t7JAgj63rCGCSsUDcZN/0fSgMh5UlPZLO5Vfl69LRY5NFBuTKPw
6ORtW/OjJqAHm2gD0DuzP+T51NGkTkywInRwyxiGSGC/R7ywOTbbmmfa+6B5zr5v
aiPz4Sep378r4GNm9zLHoysQ1hMV/7f011/ss3NvBm9K9rVGk3vZO5N+tYTeJUji
hv3mis2K9FEAqfhC9x4BXu3fx1ntyetDRYqMNmIU8YBbEgmi7tc=
=hSgz
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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