about summary refs log tree commit diff
path: root/pkgs/development/python-modules/garages-amsterdam
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-03 01:41:43 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-11 11:44:36 +0200
commiteac2367067aca1438388a8cbdaa419edff3565ea (patch)
tree9391fe332aee77ee48e27805d88f259cf5f4d226 /pkgs/development/python-modules/garages-amsterdam
parent00b196112253c4da4eb45a39139b4784f4e2e294 (diff)
python3Packages.garages-amsterdam: 2.1.0 -> 2.1.1
Diffstat (limited to 'pkgs/development/python-modules/garages-amsterdam')
-rw-r--r--pkgs/development/python-modules/garages-amsterdam/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/garages-amsterdam/default.nix b/pkgs/development/python-modules/garages-amsterdam/default.nix
index eeb68b9bbbd09..08a687d70601d 100644
--- a/pkgs/development/python-modules/garages-amsterdam/default.nix
+++ b/pkgs/development/python-modules/garages-amsterdam/default.nix
@@ -7,14 +7,14 @@
 
 buildPythonPackage rec {
   pname = "garages-amsterdam";
-  version = "2.1.0";
+  version = "2.1.1";
   disabled = pythonOlder "3.7";
 
   src = fetchFromGitHub {
     owner = "klaasnicolaas";
     repo = "garages_amsterdam";
     rev = version;
-    sha256 = "1lg66g0im6v0m294j82229n2b7bhs6kkrp0d9nh87k2rz7zgllil";
+    sha256 = "1m0bc3bzb83apprk412s7k5r2g6p5br2hrak2a976lh9ifk1d8hj";
   };
 
   propagatedBuildInputs = [