diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-06-07 10:20:52 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2023-06-07 10:20:52 +0200 |
| commit | 65b66d88a71714dbfd88f739d331f7f3a284d304 (patch) | |
| tree | 73e44dc20b48cef9e29131f5d5be4abb4ac8d5b4 | |
| parent | Merge pull request #236399 from r-ryantm/auto-update/trivy (diff) | |
| download | nixpkgs-65b66d88a71714dbfd88f739d331f7f3a284d304.tar.gz | |
python311Packages.ruuvitag-ble: 0.1.1 -> 0.1.2
Diff: https://github.com/Bluetooth-Devices/ruuvitag-ble/compare/refs/tags/v0.1.1...v0.1.2
| -rw-r--r-- | pkgs/development/python-modules/ruuvitag-ble/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ruuvitag-ble/default.nix b/pkgs/development/python-modules/ruuvitag-ble/default.nix index 8280f62723d9..d69e92636aef 100644 --- a/pkgs/development/python-modules/ruuvitag-ble/default.nix +++ b/pkgs/development/python-modules/ruuvitag-ble/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "ruuvitag-ble"; - version = "0.1.1"; + version = "0.1.2"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-WkPYlEkUH1xvGjBVr6JkLx5CfIPvAa9vX50OjCOmTME="; + hash = "sha256-J+807p2mE+VZ0oqldFtjdcNGsRTkAU54s6byQSGrng4="; }; nativeBuildInputs = [ |
