mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 20:03:24 +00:00
python3Packages.bpython: 0.20.1 -> 0.21
This commit is contained in:
parent
81d94e591d
commit
8830c7f6b7
@ -12,11 +12,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "bpython";
|
pname = "bpython";
|
||||||
version = "0.20.1";
|
version = "0.21";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "6e7738806013b469be57b0117082b9c4557ed7c92c70ceb79f96d674d89c7503";
|
sha256 = "88aa9b89974f6a7726499a2608fa7ded216d84c69e78114ab2ef996a45709487";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ (substituteAll {
|
patches = [ (substituteAll {
|
||||||
|
Loading…
Reference in New Issue
Block a user