pulsemeeter: 2.0.0 -> 2.1.1 (#516927)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-04 19:58:43 +00:00
committed by GitHub
+2 -2
View File
@@ -12,14 +12,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "pulsemeeter";
version = "2.0.0";
version = "2.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "theRealCarneiro";
repo = "pulsemeeter";
tag = "v${finalAttrs.version}";
hash = "sha256-hmQI+E6WmYOK7oN7zTmshFZgJ0UiN2KdZ6ZiXwxRpNs=";
hash = "sha256-m64frtEVqwJEc0rfKoPIbTJtASE+aPAdBBSrPNHIXRY=";
};
build-system = with python3Packages; [