pur: 7.3.1 -> 7.3.2

This commit is contained in:
R. Ryantm
2024-06-08 16:25:10 +00:00
parent 3d59539cc4
commit c3e16549c5
+2 -2
View File
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "pur";
version = "7.3.1";
version = "7.3.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "alanhamlett";
repo = "pip-update-requirements";
rev = "refs/tags/${version}";
hash = "sha256-W6otdj1C3Nn3DUvwp9MPqMo2y4ITqgYrqlW/uxIj2YA=";
hash = "sha256-XLI9U9ej3+tS0zzmCDGwZ0pAb3mKnrqBtm90f5N6rMw=";
};
propagatedBuildInputs = with python3.pkgs; [