about summary refs log tree commit diff
path: root/pkgs/development/python-modules/libcst
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-06-18 18:39:08 -0700
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-22 13:42:48 +0200
commit90f7a102748e1ad42eee9b524cbe3e62528a8b13 (patch)
tree60a13da7d65ddcbe47bdf9a3ac7b597151c60b9f /pkgs/development/python-modules/libcst
parent68ea5a10980a60e5011bb8a7a978de64e6a01569 (diff)
python3Packages.libcst: 0.3.18 -> 0.3.19
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 314bc82cd4fb3..5a1ef3b7f7374 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.18";
+  version = "0.3.19";
   disabled = pythonOlder "3.6";
 
   # Some files for tests missing from PyPi
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     owner = "instagram";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-19yGaKBLpGASSPv/aSX0kx9lh2JxKExHJDKKtuBbuqI=";
+    sha256 = "012g1hyaj015k2sf38a7jnpzjic0f8j97ar84d0f00w2ifzwx4ma";
   };
 
   propagatedBuildInputs = [