pifpaf: 3.1.5 -> 3.2.1

This commit is contained in:
R. Ryantm
2024-08-21 13:04:32 +00:00
parent 625941e1a9
commit 0ff655ba54
+2 -2
View File
@@ -5,12 +5,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "pifpaf";
version = "3.1.5";
version = "3.2.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-lmixfUP+pq0RdyXeY6MmUQOx1sMLHqojOKUK1mivbaU=";
hash = "sha256-8SSSdXBj9Yd351Iv7TdASLCfYPnkG7h6X8rBLrArgFI=";
};
propagatedBuildInputs = with python3.pkgs; [