volctl: 0.9.4 -> 0.9.5 (#436072)

This commit is contained in:
José Romildo Malaquias
2025-08-23 09:41:38 -03:00
committed by GitHub
+2 -2
View File
@@ -13,14 +13,14 @@
python3Packages.buildPythonApplication rec {
pname = "volctl";
version = "0.9.4";
version = "0.9.5";
format = "setuptools";
src = fetchFromGitHub {
owner = "buzz";
repo = "volctl";
rev = "v${version}";
sha256 = "sha256-jzS97KV17wKeBI6deKE4rEj5lvqC38fq1JGundHn2So=";
sha256 = "sha256-zL1m/DeSOrNkjt9B+8pdy2jUgjSp7tt81UpAueGsIwQ=";
};
postPatch = ''