guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: dbxfs: Update to 1.0.48.


From: guix-commits
Subject: 04/04: gnu: dbxfs: Update to 1.0.48.
Date: Mon, 28 Dec 2020 02:59:41 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 78fd422cd0e1c894280ef48de8b3a5d42db2eb80
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Dec 28 09:55:02 2020 +0200

    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.
---
 gnu/packages/file-systems.scm                      | 4 ++--
 gnu/packages/patches/dbxfs-remove-sentry-sdk.patch | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 152d3a1..895ad06 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1084,14 +1084,14 @@ Dropbox API v2.")
 (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
diff --git a/gnu/packages/patches/dbxfs-remove-sentry-sdk.patch 
b/gnu/packages/patches/dbxfs-remove-sentry-sdk.patch
index 7079fa8..e4f6600 100644
--- a/gnu/packages/patches/dbxfs-remove-sentry-sdk.patch
+++ b/gnu/packages/patches/dbxfs-remove-sentry-sdk.patch
@@ -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={



reply via email to

[Prev in Thread] Current Thread [Next in Thread]