Commit 79a09ac8 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.bpython: 0.25 -> 0.26

parent eb0fea6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''