forked from mirrors/nixpkgs
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 89f8c3ba88
)
This commit is contained in:
parent
dafa50d704
commit
403bcb3b3e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue