lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.fpdf2: 2.8.1 -> 2.8.2

+3 -3
+3 -3
pkgs/development/python-modules/fpdf2/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "fpdf2"; 21 - version = "2.8.1"; 21 + version = "2.8.2"; 22 22 pyproject = true; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "py-pdf"; 26 26 repo = "fpdf2"; 27 - rev = "refs/tags/${version}"; 28 - hash = "sha256-MYurl/nEZhdhGxeNalwTWnZ8lr9SYJBR7hIjBZLOrJU="; 27 + tag = version; 28 + hash = "sha256-NfHMmyFT+ZpqfRc41DetbFXs/twr12XagOkk3nGhrYk="; 29 29 }; 30 30 31 31 postPatch = ''