0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python3Packages.bpython: 0.22.1 -> 0.23

This commit is contained in:
Martin Weinelt 2022-09-14 23:36:04 +02:00
parent 3c50c3b69f
commit ef1cb88551

View file

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "bpython";
version = "0.22.1";
version = "0.23";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-H7HgpSMyV5/E49z3XiF5avZ6rivkYBeez8zpUwpJogA=";
hash = "sha256-nwB4q8iHxIrwiGkeL2R5fWyplKwPS8A8ONBvZX18BSo=";
};
propagatedBuildInputs = [