mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: onedrive: Update to 2.4.23.
* gnu/packages/sync.scm (onedrive): Update to 2.4.23.
This commit is contained in:
parent
4b50dccc63
commit
d0942bfd2d
1 changed files with 2 additions and 2 deletions
|
@ -366,7 +366,7 @@ (define-public owncloud-client
|
|||
(define-public onedrive
|
||||
(package
|
||||
(name "onedrive")
|
||||
(version "2.4.22")
|
||||
(version "2.4.23")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -375,7 +375,7 @@ (define-public onedrive
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1lh915rs3zjfgdjhn35bhnn6zfknj4xd86s5jj3wznifj4f5kn7w"))))
|
||||
(base32 "1nj4g1rbbg6g9kw1k89dmjg4mnyh5q1b3wbjhrayvnjmssx66yn8"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue