python37Packages.bpython: 0.19 -> 0.20
This commit is contained in:
parent
c0e65c6340
commit
2b99e4f629
@ -12,11 +12,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "bpython";
|
pname = "bpython";
|
||||||
version = "0.19";
|
version = "0.20";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1764ikgj24jjq46s50apwkydqvy5a13adb2nbszk8kbci6df0v27";
|
sha256 = "fec7d97be9912a50d8f5b34ca10d70715c99a33f0cd0b9e4977c1b0f617fa913";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ (substituteAll {
|
patches = [ (substituteAll {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user