all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46189] [PATCH 1/2] gnu: utox: Update to 0.18.1.
@ 2021-01-30 12:25 Robert Karszniewicz
  2021-01-30 12:32 ` [bug#46189] [PATCH 2/2] gnu: utox: Remove libsodium as dependency Robert Karszniewicz
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Karszniewicz @ 2021-01-30 12:25 UTC (permalink / raw)
  To: 46189

* gnu/packages/messaging.scm (utox): Update to 0.18.1.
---
 gnu/packages/messaging.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 1820a146d1..70438b50d7 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -26,7 +26,7 @@
 ;;; Copyright © 2020 Mason Hock <chaosmonk@riseup.net>
 ;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
-;;; Copyright © 2020 Robert Karszniewicz <avoidr@posteo.de>
+;;; Copyright © 2020, 2021 Robert Karszniewicz <avoidr@posteo.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1430,7 +1430,7 @@ messenger protocol.")
 (define-public utox
   (package
    (name "utox")
-   (version "0.18.0")
+   (version "0.18.1")
    (source
     (origin
      (method git-fetch)
@@ -1441,7 +1441,7 @@ messenger protocol.")
      (file-name (string-append name "-" version "-checkout"))
      (sha256
       (base32
-       "0d0mwgxffg4nhai62irf8lyhd1whp9s4k892rsmqz1sra3pbjcg9"))))
+       "01rvlf94d4rkrygnnjak3cg16hrrqyi1rn9nx65y17qk2nbyh68g"))))
    (build-system cmake-build-system)
    (arguments
     `(#:configure-flags '("-DENABLE_TESTS=on")
-- 
2.30.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#46189] [PATCH 2/2] gnu: utox: Remove libsodium as dependency.
  2021-01-30 12:25 [bug#46189] [PATCH 1/2] gnu: utox: Update to 0.18.1 Robert Karszniewicz
@ 2021-01-30 12:32 ` Robert Karszniewicz
  2021-01-31 20:26   ` bug#46189: " Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Karszniewicz @ 2021-01-30 12:32 UTC (permalink / raw)
  To: 46189

* gnu/packages/messaging.scm (utox): Remove libsodium as dependency.

uTox doesn't use libsodium directly anymore and it is a transitive
dependency via c-toxcore.
---
 gnu/packages/messaging.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 70438b50d7..8ddf70540a 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1466,7 +1466,6 @@ messenger protocol.")
       ("filteraudio" ,filteraudio)
       ("fontconfig" ,fontconfig)
       ("freetype" ,freetype)
-      ("libsodium" ,libsodium)
       ("c-toxcore" ,c-toxcore)
       ("gtk+" ,gtk+)
       ("libvpx" ,libvpx)
-- 
2.30.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#46189: [PATCH 2/2] gnu: utox: Remove libsodium as dependency.
  2021-01-30 12:32 ` [bug#46189] [PATCH 2/2] gnu: utox: Remove libsodium as dependency Robert Karszniewicz
@ 2021-01-31 20:26   ` Efraim Flashner
  0 siblings, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2021-01-31 20:26 UTC (permalink / raw)
  To: Robert Karszniewicz; +Cc: 46189-done

[-- Attachment #1: Type: text/plain, Size: 554 bytes --]

On Sat, Jan 30, 2021 at 01:32:41PM +0100, Robert Karszniewicz wrote:
> * gnu/packages/messaging.scm (utox): Remove libsodium as dependency.
> 
> uTox doesn't use libsodium directly anymore and it is a transitive
> dependency via c-toxcore.

I took this to mean that it was new to this version and I squashed the
two commits. Thanks!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-31 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-30 12:25 [bug#46189] [PATCH 1/2] gnu: utox: Update to 0.18.1 Robert Karszniewicz
2021-01-30 12:32 ` [bug#46189] [PATCH 2/2] gnu: utox: Remove libsodium as dependency Robert Karszniewicz
2021-01-31 20:26   ` bug#46189: " Efraim Flashner

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.