Commit 983d9820 authored by Fabian Affolter's avatar Fabian Affolter Committed by Bjørn Forsman
Browse files

python311Packages.bitstring: 4.1.2 -> 4.1.3

Changelog: https://github.com/scott-griffiths/bitstring/releases/tag/bitstring-4.1.3
(cherry picked from commit b3f541eb269001a3774563119839dcd396898004)
parent 09882318
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@

buildPythonPackage rec {
  pname = "bitstring";
  version = "4.1.2";
  format = "pyproject";
  version = "4.1.3";
  pyproject = true;

  disabled = pythonOlder "3.7";

@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "scott-griffiths";
    repo = pname;
    rev = "refs/tags/bitstring-${version}";
    hash = "sha256-e4OnXwEuXz5m8d2PZOL5zDw8iGEzUg8LLk+xs/eGleA=";
    hash = "sha256-RbHy36AnDlu/Ym5Ty2O9XfPj5xXd9hTgoClvISPoGBc=";
  };

  nativeBuildInputs = [