pyrosimple: 2.9.1 -> 2.10.2

This commit is contained in:
R. Ryantm 2023-08-12 21:30:15 +00:00
parent 08d242047c
commit 1977f00da6

View file

@ -10,14 +10,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "pyrosimple";
version = "2.9.1";
version = "2.10.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "kannibalox";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-eRj9zHbopzwPvB3YxN5P8A/Dqwvh+FcIr+pEC0ov/xg=";
hash = "sha256-3ZsRJNGbcKGU6v2uYUintMpKY8Z/DyTIDDxTsDEV6lw=";
};
pythonRelaxDeps = [