3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #211576 from r-ryantm/auto-update/python310Packages.bpython

python310Packages.bpython: 0.23 -> 0.24
This commit is contained in:
Florian Klink 2023-01-20 11:41:00 +01:00 committed by GitHub
commit 5ed4819433
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [