python3Packages.bpython: 0.20.1 -> 0.21
This commit is contained in:
parent
81d94e591d
commit
8830c7f6b7
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "bpython";
|
||||
version = "0.20.1";
|
||||
version = "0.21";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "6e7738806013b469be57b0117082b9c4557ed7c92c70ceb79f96d674d89c7503";
|
||||
sha256 = "88aa9b89974f6a7726499a2608fa7ded216d84c69e78114ab2ef996a45709487";
|
||||
};
|
||||
|
||||
patches = [ (substituteAll {
|
||||
|
|
Loading…
Reference in a new issue