Commit f7df599a authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.bitstruct: 8.22.0 -> 8.22.1

parent 9c47edbb
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 = [