python3Packages.bpython: 0.25 -> 0.26

This commit is contained in:
R. Ryantm
2025-10-28 16:13:00 +00:00
parent eb0fea6d3a
commit 79a09ac85b
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "bpython";
version = "0.25";
version = "0.26";
pyproject = true;
src = fetchFromGitHub {
owner = "bpython";
repo = "bpython";
tag = "${version}-release";
hash = "sha256-p5+IQiHNRRazqr+WRdx3Yw+ImG25tdZGLXvMf7woD9w=";
hash = "sha256-NmWM0fdzS9n5FSnNJOCdS1JE5ZHrmJXqCuHa54rT8GU=";
};
postPatch = ''