mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 07:04:25 +00:00
python312Packages.qbittorrent-api: 2024.9.66 -> 2024.9.67
This commit is contained in:
parent
bc947f541a
commit
b66edc389b
@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "qbittorrent-api";
|
pname = "qbittorrent-api";
|
||||||
version = "2024.9.66";
|
version = "2024.9.67";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "qbittorrent_api";
|
pname = "qbittorrent_api";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-Vx5ShmEARDfQtIldTQuL0LkLUdo0QE/ANsLa4yq3OXo=";
|
hash = "sha256-+NfttxsUzNVg0YL6H0ULeDb/xobMvUeGwWY/egN9aWY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user