about summary refs log tree commit diff
path: root/pkgs/development/python-modules/wazeroutecalculator/default.nix
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-01-13 16:59:08 -0800
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-23 01:09:27 +0100
commit229db23d7bcbf0680a00949a6641e636e7a662f9 (patch)
tree0b618e653c57a2246d2fb7e482358bf77a25e6e7 /pkgs/development/python-modules/wazeroutecalculator/default.nix
parent4bf88be456be4a3fe8775705d8f7429c15f45ab5 (diff)
python3Packages.wazeroutecalculator: 0.13 -> 0.14
Diffstat (limited to 'pkgs/development/python-modules/wazeroutecalculator/default.nix')
-rw-r--r--pkgs/development/python-modules/wazeroutecalculator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/wazeroutecalculator/default.nix b/pkgs/development/python-modules/wazeroutecalculator/default.nix
index dd84096246487..063f26e47660b 100644
--- a/pkgs/development/python-modules/wazeroutecalculator/default.nix
+++ b/pkgs/development/python-modules/wazeroutecalculator/default.nix
@@ -6,12 +6,12 @@
 
 buildPythonPackage rec {
   pname = "wazeroutecalculator";
-  version = "0.13";
+  version = "0.14";
 
   src = fetchPypi {
     pname = "WazeRouteCalculator";
     inherit version;
-    sha256 = "sha256-Ex9yglaJkk0+Uo3Y+xpimb5boXz+4QdbJS2O75U6dUg=";
+    sha256 = "01a6e8d7d896279fd342fd7fcb86c2b9bf97503d95e8b1a926867d504c4836ab";
   };
 
   propagatedBuildInputs = [