Skip to content

Commit

Permalink
Merge branch 'NixOS:master' into zabbix
Browse files Browse the repository at this point in the history
  • Loading branch information
bstanderline authored Dec 27, 2024
2 parents bd12007 + d581739 commit 2447c68
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/boto3-stubs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -359,15 +359,15 @@

buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.35.87";
version = "1.35.88";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-hcGlTzDjO1qzlGEzJ1vvP84feuj9l1JVMjEPVzvQ444=";
hash = "sha256-EWAlHIz8xYHO0/kNkAvmOVpZb5fG8UPGZepO33XNoYw=";
};

build-system = [ setuptools ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/botocore-stubs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.35.87";
version = "1.35.88";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-CeKiwHV/uVoMpZXHJOtaFR8cTCZLUcQ8vbVYU6eWxMQ=";
hash = "sha256-0kYZ5reA087sjwKlxDb3SIar+d0pXWENhLOMUjQKp3o=";
};

nativeBuildInputs = [ setuptools ];
Expand Down
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pypck/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

buildPythonPackage rec {
pname = "pypck";
version = "0.8.1";
version = "0.8.2";
pyproject = true;

disabled = pythonOlder "3.11";

src = fetchFromGitHub {
owner = "alengwenus";
repo = "pypck";
rev = "refs/tags/${version}";
hash = "sha256-O0hRfSUJwn/xW+xJ2zD/Z8bb1G42n8UGIKHzLkl9n5M=";
tag = version;
hash = "sha256-u3vk8yLP35ZQFajp3ngadNM3KY40zShPMYm9iN5U86Y=";
};

postPatch = ''
Expand Down
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/python-overseerr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@

buildPythonPackage rec {
pname = "python-overseerr";
version = "0.1.0";
version = "0.1.1";
pyproject = true;

disabled = pythonOlder "3.11";

src = fetchFromGitHub {
owner = "joostlek";
repo = "python-overseerr";
rev = "ref/tags/v${version}";
hash = "sha256-jBz2mTJx7nb5+di89i1U2maYvYetDGqHC4Nz29iLGNA=";
tag = "v${version}";
hash = "sha256-kHpNXZ+A4kG37XJ8V4dFEql/VoPwu/G/eQ38k2unDF0=";
};

build-system = [ poetry-core ];
Expand Down
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/resend/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

buildPythonPackage rec {
pname = "resend";
version = "2.4.0";
version = "2.5.1";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "resend";
repo = "resend-python";
rev = "refs/tags/v${version}";
hash = "sha256-pxHDR9hJWhNHwSYJbakOCEkJbHU/RDhvTy5AGyfr33w=";
tag = "v${version}";
hash = "sha256-KOZJiJYqUdQYJPyxoNJ8sMUR1gIZF8+i9m+cAQokByI=";
};

build-system = [ setuptools ];
Expand Down
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/weconnect/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@

buildPythonPackage rec {
pname = "weconnect";
version = "0.60.6";
version = "0.60.7";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "tillsteinbach";
repo = "WeConnect-python";
rev = "refs/tags/v${version}";
hash = "sha256-sSO+e6pZj7pkkfWF2z5THaD6MrPBX7f1M3nRIoqRC2s=";
tag = "v${version}";
hash = "sha256-5mn1FDhaRoPEBEqumzu8fIHB8uKSG9aVO/shigBs4ag=";
};

postPatch = ''
Expand Down

0 comments on commit 2447c68

Please sign in to comment.