GNU bug report logs -
#71864
[PATCH] gnu: dino: Update to 0.4.4.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Sun, 30 Jun 2024 22:09:01 UTC
Severity: normal
Tags: patch
Done: jgart <jgart <at> dismail.de>
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
#71864: [PATCH] gnu: dino: Update to 0.4.4.
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 71864 <at> debbugs.gnu.org.
--
71864: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71864
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi Ashish,
Thanks for your patch. Applied!
--
Best regards,
jgart
[Message part 3 (message/rfc822, inline)]
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/messaging.scm (dino): Update to 0.4.4.
Change-Id: I6d468741c935cebeb42e2021f8b5dc5cf41db210
---
gnu/packages/messaging.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 9c62dac07c..9ba83c0712 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -42,6 +42,7 @@
;;; Copyright © 2023 gemmaro <gemmaro.dev <at> gmail.com>
;;; Copyright © 2024 Carlo Zancanaro <carlo <at> zancanaro.id.au>
;;; Copyright © 2024 Wilko Meyer <w <at> wmeyer.eu>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1387,7 +1388,7 @@ (define-public gajim-openpgp
(define-public dino
(package
(name "dino")
- (version "0.4.3")
+ (version "0.4.4")
(source
(origin
(method url-fetch)
@@ -1395,7 +1396,7 @@ (define-public dino
(string-append "https://github.com/dino/dino/releases/download/v"
version "/dino-" version ".tar.gz"))
(sha256
- (base32 "01jbggjqsbqrzd76bq4h8ccnijsw3m3mav838mnk20kls8agq5d6"))))
+ (base32 "1zvxyvql695bwbic17z86vrh2j1qkwvab1irqjkvza4szbklr29i"))))
(build-system cmake-build-system)
(outputs '("out" "debug"))
(arguments
base-commit: b10e830807cec28bbf8a2de70d222f76e56360d1
--
2.45.2
This bug report was last modified 322 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.