lol
0
fork

Configure Feed

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

python3Packages.pyinstaller-versionfile: 2.1.1 -> 3.0.1

This commit was automatically generated using update-python-libraries.

+3 -3
+3 -3
pkgs/development/python-modules/pyinstaller-versionfile/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pyinstaller-versionfile"; 12 - version = "2.1.1"; 12 + version = "3.0.1"; 13 13 14 14 format = "setuptools"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "DudeNr33"; 18 18 repo = "pyinstaller-versionfile"; 19 - rev = "v${version}"; 20 - hash = "sha256-lz1GuiXU+r8sMld5SsG3qS+FOsWfbvkQmO2bxAR3XcY="; 19 + tag = "v${version}"; 20 + hash = "sha256-UNrXP5strO6LIkIM3etBo1+Vm+1lR5wF0VfKtZYRoYc="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [