python3Packages.pypresence: 4.3.0-unstable-2025-03-27 -> 4.6.1 (#524493)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-29 19:04:52 +00:00
committed by GitHub
@@ -4,17 +4,19 @@
fetchFromGitHub,
setuptools,
}:
let
version = "4.6.1";
in
buildPythonPackage {
pname = "pypresence";
version = "4.3.0-unstable-2025-03-27";
inherit version;
pyproject = true;
src = fetchFromGitHub {
owner = "qwertyquerty";
repo = "pypresence";
rev = "4e882c36d0f800c016c15977243ac9a49177095a";
hash = "sha256-DjwDmQMbI9tV40TTe1CthhphoysKSFICrRhqijJjIAE=";
tag = "v${version}";
hash = "sha256-VvVHJ3S+Yusq4cK4KyDQlnL3VwAyrZqNKYzEgJPU8Vk=";
};
build-system = [ setuptools ];