about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFang-Pen Lin <hello@fangpenlin.com>2024-06-23 01:10:12 +0000
committerFang-Pen Lin <hello@fangpenlin.com>2024-06-28 17:47:40 +0000
commitad7883f1fa35663091a9d237d01917fd43fe34fc (patch)
tree2047728f07fc35f82b3ae18fe2009c693ddea614
parent2a712c867b39e8f4299f43337674ad66b99abfc1 (diff)
beanhub-import: 0.1.5 -> 0.3.2
-rw-r--r--pkgs/development/python-modules/beanhub-import/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/beanhub-import/default.nix b/pkgs/development/python-modules/beanhub-import/default.nix
index 4d205ebb54a6c..230238b12d5b3 100644
--- a/pkgs/development/python-modules/beanhub-import/default.nix
+++ b/pkgs/development/python-modules/beanhub-import/default.nix
@@ -16,7 +16,7 @@
 
 buildPythonPackage rec {
   pname = "beanhub-import";
-  version = "0.1.5";
+  version = "0.3.2";
   pyproject = true;
 
   disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
     owner = "LaunchPlatform";
     repo = "beanhub-import";
     rev = "refs/tags/${version}";
-    hash = "sha256-BH+d7cKC83b7T2Z1Xlwpsv3KACo1vDn6v65tElhir/c=";
+    hash = "sha256-jDZUsV5yj4h7zUA5NB/4exhPj3f3put/bKXZmPz94OQ=";
   };
 
   build-system = [ poetry-core ];