pulsemeeter: 2.0.0 -> 2.1.1

This commit is contained in:
R. Ryantm
2026-05-31 08:47:02 +00:00
parent e55f81b12d
commit 4fb4fda0bd
+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; [