pur: 6.1.0 -> 7.0.0

This commit is contained in:
R. Ryantm 2022-05-11 00:16:43 +00:00
parent 80ab09047a
commit 2758ee448d

View file

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "pur"; pname = "pur";
version = "6.1.0"; version = "7.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alanhamlett"; owner = "alanhamlett";
repo = "pip-update-requirements"; repo = "pip-update-requirements";
rev = version; rev = "refs/tags/${version}";
hash = "sha256-EcyDEXDgjicCRThXC+co/PwTjAxkRXVG1++JZtsSjZo="; hash = "sha256-JAjz9A9r1H6MJX7MSq7UvQKfULhB9UuPP3tI6Cggx9I=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [