mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: dbxfs: Update to 1.0.48.
* gnu/packages/file-systems.scm (dbxfs): Update to 1.0.48. * gnu/packages/patches/dbxfs-remove-sentry-sdk.patch: Update for newer version of dbxfs.
This commit is contained in:
parent
ad68e30c30
commit
78fd422cd0
2 changed files with 3 additions and 3 deletions
|
@ -1084,14 +1084,14 @@ (define-public python-dropbox
|
|||
(define-public dbxfs
|
||||
(package
|
||||
(name "dbxfs")
|
||||
(version "1.0.43")
|
||||
(version "1.0.48")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "dbxfs" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1f9sy2ax215dxiwszrrcadffjdsmrlxm4kwrbiap9dhxvzm226ks"))
|
||||
"07q7dgqaqqyapjl9r4lqydflrgx4dh84c1qsb0jvfmqj3i8887ak"))
|
||||
(patches (search-patches "dbxfs-remove-sentry-sdk.patch"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
|
|
|
@ -54,7 +54,7 @@ index 89e25c6..f940d47 100644
|
|||
@@ -43,7 +43,6 @@ setup(
|
||||
"privy>=6.0,<7",
|
||||
"keyring>=15.1.0",
|
||||
"keyrings.alt>=3.1,<4",
|
||||
"keyrings.alt>=3.1,<5",
|
||||
- "sentry_sdk>=0.3,<1",
|
||||
],
|
||||
extras_require={
|
||||
|
|
Loading…
Reference in a new issue