Skip to content

Commit

Permalink
Merge pull request #276046 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.simplisafe-python

python310Packages.simplisafe-python: 2023.10.0 -> 2023.12.0
  • Loading branch information
NickCao authored Dec 26, 2023
2 parents 904b22f + 2293e04 commit 3569705
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/simplisafe-python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@

buildPythonPackage rec {
pname = "simplisafe-python";
version = "2023.10.0";
format = "pyproject";
version = "2023.12.0";
pyproject = true;

disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";

src = fetchFromGitHub {
owner = "bachya";
repo = "simplisafe-python";
rev = "refs/tags/${version}";
hash = "sha256-U3SbaR8PTTvoAMu65+LAHSwTmR7iwqiidbefW8bNSCo=";
hash = "sha256-Nr4HvjIOLk/WMKCjj/ZX67OBSImRhs9SfZtLjFs81Sk=";
};


Expand Down

0 comments on commit 3569705

Please sign in to comment.