about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-06-24 18:23:11 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-06-25 00:12:05 -0700
commit7a489067f16062d4854c3d734efda1ba29e17ba8 (patch)
treec105655b28fcc44f2d50dfa549210914ee1e6b71
parentb15ac70468bf2eec26739cfee47963602b2cf070 (diff)
python3Packages.wallbox: 0.4.5 -> 0.4.6
-rw-r--r--pkgs/development/python-modules/wallbox/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/wallbox/default.nix b/pkgs/development/python-modules/wallbox/default.nix
index c892ea3f88cde..a1136d89342e7 100644
--- a/pkgs/development/python-modules/wallbox/default.nix
+++ b/pkgs/development/python-modules/wallbox/default.nix
@@ -8,13 +8,13 @@
 
 buildPythonPackage rec {
   pname = "wallbox";
-  version = "0.4.5";
+  version = "0.4.6";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "cf1616d79cb0345849ceff1b89a7c80e26ae19b3c2d818def62d6975665838c1";
+    sha256 = "651c61e2264258382d1f54c4f0bf6bcd198482a744d8f1db3dd73084c240d9bb";
   };
 
   propagatedBuildInputs = [