pifpaf: 3.1.5 -> 3.2.1 (#336323)

This commit is contained in:
Sebastián Mancilla 2024-09-01 22:57:32 -04:00 committed by GitHub
commit 9de34b2632
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; [