diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2021-05-23 12:23:44 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2021-05-23 12:23:44 +0200 |
| commit | 703ef9e892148441d0234a4b289f86c5a3ec3ff7 (patch) | |
| tree | 20558844ebfdc2888d9842ac02a76f26129af778 /pkgs/development/python-modules | |
| parent | Merge pull request #123327 from fabaff/bump-croniter (diff) | |
| download | nixpkgs-703ef9e892148441d0234a4b289f86c5a3ec3ff7.tar.gz | |
python3Packages.adafruit-platformdetect: 3.13.1 -> 3.13.2
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/adafruit-platformdetect/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/adafruit-platformdetect/default.nix b/pkgs/development/python-modules/adafruit-platformdetect/default.nix index c7fc8b0b5742..39d460911335 100644 --- a/pkgs/development/python-modules/adafruit-platformdetect/default.nix +++ b/pkgs/development/python-modules/adafruit-platformdetect/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "adafruit-platformdetect"; - version = "3.13.1"; + version = "3.13.2"; src = fetchPypi { pname = "Adafruit-PlatformDetect"; inherit version; - sha256 = "sha256-SUK2EpOHCFWm4zV+yRtzz81B0GMcwRsVnTOh2msSsSk="; + sha256 = "sha256-ke2BDpMOTcYq37Eb8DX+gIztqHKstsTmjZL8Uw5C0/Q="; }; nativeBuildInputs = [ setuptools-scm ]; |
