python3Packages.mprisify: 1.0.0 -> 1.0.1 (#497171)

This commit is contained in:
Nick Cao
2026-03-06 19:21:11 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
}:
buildPythonPackage rec {
pname = "mprisify";
version = "1.0.0";
version = "1.0.1";
pyproject = true;
src = fetchFromGitLab {
owner = "zehkira";
repo = "mprisify";
tag = "v${version}";
hash = "sha256-05i3N61cqRgGaBjYOEhxeCSV2wDh9yMaXTvEZ/JGrZo=";
hash = "sha256-ir/zv6GGU1TMPoUB05oqWUNt4eEcFzfQ9gShlKYdUfc=";
};
build-system = [ setuptools ];