Updating the package to 3.2.0 (the version where the PR was merged) solves the
issue. This patch is attached.
I'll see if I get to updating it to 3.4.1
Kind regards,
Nicholas von Klitzing
From a1d28e218ac38d656d90de3b5346f21ea2423a4c Mon Sep 17 00:00:00 2001
From: Nicholas von Klitzing <[email protected]>
Date: Sat, 25 Dec 2021 20:14:13 +0100
Subject: [PATCH] gnu: nextcloud-client: Update to 3.2.0.
* gnu/packages/sync.scm (nextcloud-client): Update to 3.2.0.
---
gnu/packages/sync.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm
index ce815ed5c7..165be17e4c 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -71,7 +71,7 @@ (define-module (gnu packages sync)
(define-public nextcloud-client
(package
(name "nextcloud-client")
- (version "3.1.3")
+ (version "3.2.0")
(source
(origin
(method git-fetch)
@@ -82,7 +82,7 @@ (define-public nextcloud-client
(file-name
(git-file-name name version))
(sha256
- (base32 "15ymk3gvfmgwzmqbhlw7jjy9y65ib3391h1dlmpll65iaj2miajk"))
+ (base32 "137h65sn4ixspbblvn0r2ngg8234yk582bppkkr87c3krfp21gx4"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))
--
2.34.0