python38Packages.future-fstrings: 1.0.0 -> 1.2.0
This commit is contained in:
parent
4035066763
commit
af88800c91
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "future-fstrings";
|
pname = "future-fstrings";
|
||||||
version = "1.0.0";
|
version = "1.2.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "future_fstrings";
|
pname = "future_fstrings";
|
||||||
sha256 = "1pra33in6rinrcs5wvdb1rbxmx223j93ahdwhzwgf7wyfsnjda98";
|
sha256 = "6cf41cbe97c398ab5a81168ce0dbb8ad95862d3caf23c21e4430627b90844089";
|
||||||
};
|
};
|
||||||
|
|
||||||
# No tests included in Pypi archive
|
# No tests included in Pypi archive
|
||||||
|
|
Loading…
Reference in a new issue