unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicholas von Klitzing <nicholas@nvk.pm>
To: "52791@debbugs.gnu.org" <52791@debbugs.gnu.org>
Subject: bug#52791: possible patch
Date: Sat, 25 Dec 2021 19:17:59 +0000	[thread overview]
Message-ID: <Z3bQoo6rsuHtklJlLi5QKn9PdSilfeHaLMlXAkbIzWbfqSo39ZS_lQYCKn4uwIQRGMtQFcQJUodBEVm6PWn4dVRcKHjOvDNpIkfhINedvDQ=@nvk.pm> (raw)
In-Reply-To: <Ix_rtJ8e9zuj7a4mWvbGvmIz38v78eC0ieK0nJMuT05w4MaH7cWh31VFHLXaBVmbXodi4Ke6chaNvHZ8lQTFLIshTJ4HsTKQC09eY6FRg7U=@nvk.pm>

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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-nextcloud-client-Update-to-3.2.0.patch --]
[-- Type: text/x-patch; name=0001-gnu-nextcloud-client-Update-to-3.2.0.patch, Size: 1128 bytes --]

From a1d28e218ac38d656d90de3b5346f21ea2423a4c Mon Sep 17 00:00:00 2001
From: Nicholas von Klitzing <nicholas@nvk.pm>
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


  reply	other threads:[~2021-12-25 19:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-25 16:03 bug#52791: nextcloud-client not building on master Nicholas von Klitzing
2021-12-25 19:17 ` Nicholas von Klitzing [this message]
2021-12-26  9:01   ` Brice Waegeneire

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='Z3bQoo6rsuHtklJlLi5QKn9PdSilfeHaLMlXAkbIzWbfqSo39ZS_lQYCKn4uwIQRGMtQFcQJUodBEVm6PWn4dVRcKHjOvDNpIkfhINedvDQ=@nvk.pm' \
    --to=nicholas@nvk.pm \
    --cc=52791@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).