nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python38Packages.future-fstrings: 1.0.0 -> 1.2.0

authored by

R. Ryantm and committed by
Jonathan Ringer
af88800c 40350667

+2 -2
+2 -2
pkgs/development/python-modules/future-fstrings/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "future-fstrings"; 5 - version = "1.0.0"; 5 + version = "1.2.0"; 6 6 7 7 src = fetchPypi { 8 8 inherit version; 9 9 pname = "future_fstrings"; 10 - sha256 = "1pra33in6rinrcs5wvdb1rbxmx223j93ahdwhzwgf7wyfsnjda98"; 10 + sha256 = "6cf41cbe97c398ab5a81168ce0dbb8ad95862d3caf23c21e4430627b90844089"; 11 11 }; 12 12 13 13 # No tests included in Pypi archive