Unverified Commit 358565f5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.bitstruct: 8.22.0 -> 8.22.1 (#492324)

parents bb8cb30d f7df599a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "bitstruct";
  version = "8.22.0";
  version = "8.22.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "eerimoq";
    repo = "bitstruct";
    tag = version;
    hash = "sha256-4pfRmgi2KYnrKFGyMJc4bV7FwjFn7KVJ36lYm3XOAIk=";
    hash = "sha256-Egiac+1x3HaaGV6ThjChfjKbT0WvQDb1EMuyOxLY7Kg=";
  };

  build-system = [