about summary refs log tree commit diff
path: root/pkgs/development/python-modules/libcst
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-05 04:55:58 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-05 04:55:58 +0200
commit57c5c8826a8f1cf8467653411773459f77a5b582 (patch)
treef428a529c7ab7dfab8e0d0c84b856f1bf5b0f77b /pkgs/development/python-modules/libcst
parent60d4ac8280338495f03803628a49cf042cbabfa6 (diff)
python3Packages.libcst: 0.3.17 -> 0.3.18
Diffstat (limited to 'pkgs/development/python-modules/libcst')
-rw-r--r--pkgs/development/python-modules/libcst/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/libcst/default.nix b/pkgs/development/python-modules/libcst/default.nix
index fd8c4da6381dc..ed6e7755bf150 100644
--- a/pkgs/development/python-modules/libcst/default.nix
+++ b/pkgs/development/python-modules/libcst/default.nix
@@ -15,7 +15,7 @@
 
 buildPythonPackage rec {
   pname = "libcst";
-  version = "0.3.17";
+  version = "0.3.18";
 
   # Some files for tests missing from PyPi
   # https://github.com/Instagram/LibCST/issues/331
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "instagram";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-mlSeB9OjCiUVYwcPYNrQdlfcj9DV/+wqVWt91uFsQsU=";
+    sha256 = "sha256-19yGaKBLpGASSPv/aSX0kx9lh2JxKExHJDKKtuBbuqI=";
   };
 
   disabled = pythonOlder "3.6";