about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-02-10 22:44:40 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-10 14:02:58 -0800
commit0b45facd26c660508f2970b52e3becc6067d78a2 (patch)
tree943fcfd7b63f98cf552e911952afd0495b09cc86
parent8362e6bfc2c4333b4cb502df68f8cdcd991276ea (diff)
python3Packages.crownstone-uart: 2.2.0 -> 2.3.0
-rw-r--r--pkgs/development/python-modules/crownstone-uart/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/crownstone-uart/default.nix b/pkgs/development/python-modules/crownstone-uart/default.nix
index b8ed7721f0642..12aa1590742ac 100644
--- a/pkgs/development/python-modules/crownstone-uart/default.nix
+++ b/pkgs/development/python-modules/crownstone-uart/default.nix
@@ -8,7 +8,7 @@
 
 buildPythonPackage rec {
   pname = "crownstone-uart";
-  version = "2.2.0";
+  version = "2.3.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "crownstone";
     repo = "crownstone-lib-python-uart";
     rev = version;
-    sha256 = "sha256-5K7NzJ7fKOW4Uh1XIlicVkRZuM84qTM5RQc/DfP9OEc=";
+    sha256 = "sha256-temf+uvGWMMtnhBpbYtTj6OzKqo3Xaa11Q2VX2+HTZc=";
   };
 
   propagatedBuildInputs = [