Skip to content

Commit

Permalink
Merge pull request #211576 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.bpython

python310Packages.bpython: 0.23 -> 0.24
  • Loading branch information
flokli authored Jan 20, 2023
2 parents 5b23e40 + 54ad73f commit 5ed4819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/bpython/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@

buildPythonPackage rec {
pname = "bpython";
version = "0.23";
version = "0.24";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-nwB4q8iHxIrwiGkeL2R5fWyplKwPS8A8ONBvZX18BSo=";
hash = "sha256-mHNv/XqMSP0r+1PYmKR19CQb3gtnISVwavBNnQj9Pb0=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 5ed4819

Please sign in to comment.