From 4ecf1744c9b45eeef14de64cbbdd7497c72ffd35 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sun, 23 Dec 2018 09:34:26 -0800 Subject: [PATCH] python37Packages.typed-ast: 1.1.0 -> 1.1.1 (#52700) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-typed-ast/versions --- pkgs/development/python-modules/typed-ast/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/typed-ast/default.nix b/pkgs/development/python-modules/typed-ast/default.nix index 5bd0f5f81d2b..ead61eef3636 100644 --- a/pkgs/development/python-modules/typed-ast/default.nix +++ b/pkgs/development/python-modules/typed-ast/default.nix @@ -1,10 +1,10 @@ { buildPythonPackage, fetchPypi, lib, pythonOlder }: buildPythonPackage rec { pname = "typed-ast"; - version = "1.1.0"; + version = "1.1.1"; src = fetchPypi{ inherit pname version; - sha256 = "57fe287f0cdd9ceaf69e7b71a2e94a24b5d268b35df251a88fef5cc241bf73aa"; + sha256 = "1iml3lcw50bz1fyw7s9sa4mqzbmqs5w43k6bsv5ix4vqa34mvckc"; }; # Only works with Python 3.3 and newer; disabled = pythonOlder "3.3";