Skip to content

Commit

Permalink
Merge pull request #217638 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.bitstruct

python310Packages.bitstruct: 8.15.1 -> 8.17.0
  • Loading branch information
wegank authored Feb 23, 2023
2 parents bedf8d8 + 79e58dd commit 128877b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/bitstruct/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

buildPythonPackage rec {
pname = "bitstruct";
version = "8.15.1";
version = "8.17.0";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-b6atv7jzuMtowhsTqmXSPrLDrDJBmrkm8/0f/3F6kSU=";
hash = "sha256-65S0DkIYojqo+QQGuDap5u2D5IuNESzj+WQIRjvRuHQ=";
};

pythonImportsCheck = [
Expand Down

0 comments on commit 128877b

Please sign in to comment.