3
0
Fork 0
forked from mirrors/nixpkgs

home-assistant.intents: 2023.1.25 -> 2023.1.31

Diff: https://github.com/home-assistant/intents/compare/refs/tags/2023.1.25...2023.1.31
This commit is contained in:
Martin Weinelt 2023-01-31 21:04:03 +00:00
parent 2c257a212e
commit fc7f9a1039
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "home-assistant-intents";
version = "2023.1.25";
version = "2023.1.31";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "home-assistant";
repo = "intents";
rev = "refs/tags/${version}";
hash = "sha256-nMEcN2b0XHF4yRRsHKMplxqcMLl+gJcPAdvwnySN+ug=";
hash = "sha256-buq/SLXDFP0xvIb2yGiHQzuL7HKvc7bxxdkhq4KHpvM=";
};
sourceRoot = "source/package";