about summary refs log tree commit diff
path: root/pkgs/development/python-modules/garages-amsterdam
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-01-13 16:58:21 -0800
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-23 01:09:09 +0100
commit83cd9d6921dedcf6198d6fc8675ed4533fb24c4a (patch)
tree5417f2e7a90c77f62b0d071cd4e1d9273d2ddc50 /pkgs/development/python-modules/garages-amsterdam
parent7dc0d13c0f5a424de68fd4dabbd58fefb23d5437 (diff)
python3Packages.garages-amsterdam: 2.1.1 -> 3.2.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 08a687d70601d..98ce3ff0ec249 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.1";
+  version = "3.2.1";
   disabled = pythonOlder "3.7";
 
   src = fetchFromGitHub {
     owner = "klaasnicolaas";
     repo = "garages_amsterdam";
     rev = version;
-    sha256 = "1m0bc3bzb83apprk412s7k5r2g6p5br2hrak2a976lh9ifk1d8hj";
+    sha256 = "16f2742r9p3mrg2nz8lnkgsxabbjga2qnp9vzq59026q6mmfwkm9";
   };
 
   propagatedBuildInputs = [