about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aws-sam-translator/default.nix
diff options
context:
space:
mode:
authorDing Xiang Fei <dingxiangfei2009@gmail.com>2018-07-29 20:35:52 +0800
committerDing Xiang Fei <dingxiangfei2009@gmail.com>2018-07-29 20:35:52 +0800
commit3a9d8a1ab43ed9f47e45c8b39d2a00e8ab29e4bd (patch)
tree67390286586ef4af0342cfaf82962cfb96da9435 /pkgs/development/python-modules/aws-sam-translator/default.nix
parenta998a49ee4f2f0461a93e9c9524654b845a8139e (diff)
parenta2c6dbe370160ffea5537f64dda04489184c5ce1 (diff)
downloadnixlib-3a9d8a1ab43ed9f47e45c8b39d2a00e8ab29e4bd.tar
nixlib-3a9d8a1ab43ed9f47e45c8b39d2a00e8ab29e4bd.tar.gz
nixlib-3a9d8a1ab43ed9f47e45c8b39d2a00e8ab29e4bd.tar.bz2
nixlib-3a9d8a1ab43ed9f47e45c8b39d2a00e8ab29e4bd.tar.lz
nixlib-3a9d8a1ab43ed9f47e45c8b39d2a00e8ab29e4bd.tar.xz
nixlib-3a9d8a1ab43ed9f47e45c8b39d2a00e8ab29e4bd.tar.zst
nixlib-3a9d8a1ab43ed9f47e45c8b39d2a00e8ab29e4bd.zip
Merge branch 'master' into cross-compiling-postgresql
Diffstat (limited to 'pkgs/development/python-modules/aws-sam-translator/default.nix')
-rw-r--r--pkgs/development/python-modules/aws-sam-translator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aws-sam-translator/default.nix b/pkgs/development/python-modules/aws-sam-translator/default.nix
index d7bdd143b697..64c75b3c092b 100644
--- a/pkgs/development/python-modules/aws-sam-translator/default.nix
+++ b/pkgs/development/python-modules/aws-sam-translator/default.nix
@@ -10,11 +10,11 @@
 
 buildPythonPackage rec {
   pname = "aws-sam-translator";
-  version = "1.6.0";
+  version = "1.6.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1da15d459150eb631af4f400ca336901da6a564b543fe3d7a75169ca2c9f36cb";
+    sha256 = "23160f717bd65de810fa538b7c145eae4384d10adb460e375d148de7f283bd10";
   };
 
   # Tests are not included in the PyPI package