From 403bcb3b3e2c1bf14f10345a2d62ae5ef9ce768b Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Tue, 2 Apr 2019 05:50:40 -0700 Subject: [PATCH] python37Packages.future-fstrings: 0.4.5 -> 1.0.0 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-future-fstrings/versions (cherry picked from commit 89f8c3ba88694a7a71369a9ce152f01dd0e3b306) --- pkgs/development/python-modules/future-fstrings/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/future-fstrings/default.nix b/pkgs/development/python-modules/future-fstrings/default.nix index 9e49147315b..c9b49fee4cb 100644 --- a/pkgs/development/python-modules/future-fstrings/default.nix +++ b/pkgs/development/python-modules/future-fstrings/default.nix @@ -2,12 +2,12 @@ buildPythonPackage rec { pname = "future-fstrings"; - version = "0.4.5"; + version = "1.0.0"; src = fetchPypi { inherit version; pname = "future_fstrings"; - sha256 = "891c5d5f073b3e3ff686bebde0a4c45c479065f45c8cbd6de19323d5a50738a8"; + sha256 = "1pra33in6rinrcs5wvdb1rbxmx223j93ahdwhzwgf7wyfsnjda98"; }; # No tests included in Pypi archive