about summary refs log tree commit diff
path: root/pkgs/development/python-modules/crownstone-core
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-10-27 20:14:04 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-10-27 20:14:04 +0200
commitf0e64c2fa1e149ae5df606571aabc34917845c21 (patch)
tree8dfc63ae27ea7f8daee82a1ed07727db22797f49 /pkgs/development/python-modules/crownstone-core
parentd10e09d6d70b892b906dd040613bed48863b7d02 (diff)
python310Packages.crownstone-core: 3.1.1 -> 3.2.0
Diffstat (limited to 'pkgs/development/python-modules/crownstone-core')
-rw-r--r--pkgs/development/python-modules/crownstone-core/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/crownstone-core/default.nix b/pkgs/development/python-modules/crownstone-core/default.nix
index ffc3e8a7667ad..0cd75a8ea5ec7 100644
--- a/pkgs/development/python-modules/crownstone-core/default.nix
+++ b/pkgs/development/python-modules/crownstone-core/default.nix
@@ -8,7 +8,7 @@
 
 buildPythonPackage rec {
   pname = "crownstone-core";
-  version = "3.1.1";
+  version = "3.2.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "crownstone";
     repo = "crownstone-lib-python-core";
     rev = version;
-    sha256 = "sha256-SdrvJE76/UrwcJ2Os1WO9cv9++LKu4eKRn1W4qrK8Lw=";
+    sha256 = "sha256-SZ2vJwKLo/C5lkTtLar5BGv7xzzRoUtxS1y8jiheRy4=";
   };
 
   propagatedBuildInputs = [