GNU bug report logs -
#76543
[PATCH] gnu: dino: Update to 0.4.5.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Tue, 25 Feb 2025 09:57:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#76543: [PATCH] gnu: dino: Update to 0.4.5.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 76543 <at> debbugs.gnu.org.
--
76543: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76543
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
ashish.is <at> lostca.se skribis:
> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/messaging.scm (dino): Update to 0.4.5.
>
> Change-Id: I748d16e0783876bb1ebab8301dea7ec9b14cbc41
Applied, thanks!
[Message part 3 (message/rfc822, inline)]
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/messaging.scm (dino): Update to 0.4.5.
Change-Id: I748d16e0783876bb1ebab8301dea7ec9b14cbc41
---
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 1ee8255593..b77cfcfdc3 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1385,7 +1385,7 @@ (define-public gajim-openpgp
(define-public dino
(package
(name "dino")
- (version "0.4.4")
+ (version "0.4.5")
(source
(origin
(method url-fetch)
@@ -1393,7 +1393,7 @@ (define-public dino
(string-append "https://github.com/dino/dino/releases/download/v"
version "/dino-" version ".tar.gz"))
(sha256
- (base32 "1zvxyvql695bwbic17z86vrh2j1qkwvab1irqjkvza4szbklr29i"))))
+ (base32 "129v048k3fp0xwwm6fr5h9nn82zg8bp66z3dy0jsqqd3wdxsxqw1"))))
(build-system cmake-build-system)
(outputs '("out" "debug"))
(arguments
base-commit: 150df457d1e269790f184510c58d031ee00a9ebb
--
2.48.1
This bug report was last modified 73 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.