mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
Merge pull request #322493 from r-ryantm/auto-update/python311Packages.notifications-android-tv
python311Packages.notifications-android-tv: 1.0.0 -> 1.2.2
This commit is contained in:
commit
2d3f28ccd6
@ -12,15 +12,15 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "notifications-android-tv";
|
||||
version = "1.0.0";
|
||||
version = "1.2.2";
|
||||
format = "pyproject";
|
||||
disabled = pythonOlder "3.8";
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "engrbm87";
|
||||
repo = "notifications_android_tv";
|
||||
rev = version;
|
||||
hash = "sha256-Xr+d2uYzgFp/Fb00ymov02+GYnwjGc3FbJ/rIvQXzCE=";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-JUvxxVCiQtywAWU5AYnPm4SueIWIXkzLxPYveVXpc2E=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
|
Loading…
Reference in New Issue
Block a user