[PATCH] Updated tinmop (gemini and pleroma client) to 0.8.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • cage
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
cage
Severity
normal

Debbugs page

cage wrote 4 years ago
(address . guix-patches@gnu.org)
YL5wcBW+HYYQ5omZ@kurosawa.casa.net
---
gnu/packages/web-browsers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index d2cda59540..eda01c1b9a 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -834,7 +834,7 @@ http, and https via third-party applications.")
(define-public tinmop
(package
(name "tinmop")
- (version "0.6.2")
+ (version "0.8.1")
(source
(origin
(method git-fetch)
@@ -843,7 +843,7 @@ http, and https via third-party applications.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1fz52agvxnavz375apb1pjalf3myjllr4pc096b6qvc6vzhadg4c"))))
+ (base32 "1lv1nckvzyhpn8cs6m40f2np15b3a8071kh7sy1216q2345s2ckc"))))
(build-system gnu-build-system)
(native-inputs
`(("curl" ,curl)
--
2.31.1
Guillaume Le Vaillant wrote 4 years ago
(name . cage)(address . cage-dev@twistfold.it)(address . 48908-done@debbugs.gnu.org)
87czsw90vl.fsf@kitej
Patch pushed as 4796abfc2f4ad3616ac5c81e25c4e24887b4cba5.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYL80Tg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j/HCQEAgcHsaOk9++iArlRuMe2sT3iToz/bzboIidPB
KABaXfEA/3i6VPtcdF7Ads9A3WQTzFgvesfDbnjrbwVb8pfnjrxn
=kSQn
-----END PGP SIGNATURE-----

Closed
cage wrote 4 years ago
(name . Guillaume Le Vaillant)(address . glv@posteo.net)(address . 48908-done@debbugs.gnu.org)(name . cage)(address . cage-dev@twistfold.it)
YL+i4856mo3ioMfn@kurosawa.casa.net
Toggle quote (3 lines)
> Patch pushed as 4796abfc2f4ad3616ac5c81e25c4e24887b4cba5.
> Thanks.

Thaks again for your work! :)

bye!
C.
Closed
?
Your comment

This issue is archived.

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

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