GNU bug report logs -
#65237
[PATCH] gnu: dino: Update to 0.4.3.
Previous Next
Reported by: Jack Hill <jackhill <at> jackhill.us>
Date: Sat, 12 Aug 2023 03:42:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/messaging.scm (dino): Update to 0.4.3.
---
gnu/packages/messaging.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 00d8d29017..f47e1ac0f3 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1317,7 +1317,7 @@ (define-public gajim-openpgp
(define-public dino
(package
(name "dino")
- (version "0.4.2")
+ (version "0.4.3")
(source
(origin
(method url-fetch)
@@ -1325,7 +1325,7 @@ (define-public dino
(string-append "https://github.com/dino/dino/releases/download/v"
version "/dino-" version ".tar.gz"))
(sha256
- (base32 "1vbyrnivibsn4jzmfb6sfq5fxhb0xh1cnhgcmg1rafq751q55cg1"))))
+ (base32 "01jbggjqsbqrzd76bq4h8ccnijsw3m3mav838mnk20kls8agq5d6"))))
(build-system cmake-build-system)
(outputs '("out" "debug"))
(arguments
base-commit: 19a7a824c35eae56ce56e2a460042fb7e2129234
--
2.41.0
This bug report was last modified 1 year and 329 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.