GNU bug report logs -
#51117
[PATCH] gnu: owncloud-client: Update to 2.9.0.5150.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#51117: [PATCH] gnu: owncloud-client: Update to 2.9.0.5150.
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 51117 <at> debbugs.gnu.org.
--
51117: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51117
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Am Montag, den 11.10.2021, 14:24 +0200 schrieb Daniel Meißner:
> > Thanks for checking. Your workaround LGTM aside from indentation
> > which I can fix. If the updater is still patched away as intended,
> > I could apply it on top of this one. Did you check that as well?
>
> Cool, thanks, that would be great. I have not found any updater
> widgets in the GUI and the client did not seem to attempt any auto-
> updates. However, I have never used the owncloud-client outside Guix
> so I do not really know where the updater widget was in the first
> place. Sorry :/
Sounds good enough to me. Pushed both.
Thanks
[Message part 3 (message/rfc822, inline)]
* gnu/packages/sync.scm (owncloud-client): Update to 2.9.0.5150.
---
Please check that the updater is still disabled and also try to see whether
this upgrade fixes anything w.r.t. <https://issues.guix.gnu.org/issue/51114>.
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 c85b4f801c..c1c1e7d57c 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -312,14 +312,14 @@ See also: megacmd, the official tool set by MEGA.")
(define-public owncloud-client
(package
(name "owncloud-client")
- (version "2.7.6.3261")
+ (version "2.9.0.5150")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.owncloud.com/desktop/ownCloud/stable/"
version "/source/ownCloud-" version ".tar.xz"))
(sha256
- (base32 "19jjlhbzhy4v5h1wj5a87ismxq2p7avb2bb4lfbh2rvl01r432vy"))
+ (base32 "0nf68x840p30yng4fh1nlyiqg40z0rkcv0lskpz8dd4pj1iw5jjs"))
(patches (search-patches "owncloud-disable-updatecheck.patch"))))
;; TODO: unbundle qprogessindicator, qlockedfile, qtokenizer and
;; qtsingleapplication which have not yet been packaged, but all are
--
2.33.0
This bug report was last modified 3 years and 222 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.