python3Packages.bpython: 0.21 -> 0.22.1

This commit is contained in:
Jonathan Ringer
2021-11-25 14:46:39 -08:00
parent 2f9b29d1fd
commit c064af6e4a

View File

@@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "bpython";
version = "0.21";
version = "0.22.1";
src = fetchPypi {
inherit pname version;
sha256 = "88aa9b89974f6a7726499a2608fa7ded216d84c69e78114ab2ef996a45709487";
sha256 = "1fb1e0a52332579fc4e3dcf75e21796af67aae2be460179ecfcce9530a49a200";
};
patches = [ (substituteAll {