mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
Merge pull request #240040 from r-ryantm/auto-update/python310Packages.pytado
python310Packages.pytado: 0.13.0 -> 0.16.0
This commit is contained in:
commit
2135f211f8
@ -7,14 +7,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytado";
|
||||
version = "0.13.0";
|
||||
version = "0.16.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wmalgadey";
|
||||
repo = "PyTado";
|
||||
# Upstream hasn't tagged 0.13.0 yet
|
||||
rev = "2a243174e9ae01ef7adae940ecc6e340992ab28d";
|
||||
sha256 = "Y1FxEzs/AF0ZTPdOK/1v+2U2fidfu+AmZbPddJCWIFc=";
|
||||
rev = "refs/tags/${version}";
|
||||
sha256 = "sha256-tpWr+VlkJ9svN9XtBIDEAos4uxYCl6njvUBPIJG++Yg=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user