GNU bug report logs -
#48822
[PATCH 1/3] gnu: lmdbxx: Update to 1.0.0.
Previous Next
Reported by: Ron Nazarov <noisytoot <at> disroot.org>
Date: Thu, 3 Jun 2021 23:18:02 UTC
Severity: normal
Tags: patch
Done: Michael Rohleder <mike <at> rohleder.de>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 48822 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/messaging.scm (mtxclient): Update to 0.5.1.
---
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 b326b68952..158ee472f5 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -28,6 +28,7 @@
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan <at> disroot.org>
;;; Copyright © 2020, 2021 Robert Karszniewicz <avoidr <at> posteo.de>
;;; Copyright © 2020 Giacomo Leidi <goodoldpaul <at> autistici.org>
+;;; Copyright © 2021 Noisytoot <noisytoot <at> disroot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2241,7 +2242,7 @@ QMatrixClient project.")
(define-public mtxclient
(package
(name "mtxclient")
- (version "0.3.1")
+ (version "0.5.1")
(source
(origin
(method git-fetch)
@@ -2250,7 +2251,7 @@ QMatrixClient project.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1dg4dq20g0ah62j5s3gpsxqq4ny7lxkxdxa9q6g54hdwkrb9ms7x"))))
+ (base32 "1xznfx2bhw0ahwmkxm0rs05vz05ijk5k4190rj6qp3bvb9byiajh"))))
(arguments
`(#:configure-flags
(list
--
2.31.1
This bug report was last modified 2 years and 248 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.