Merge pull request #244242 from r-ryantm/auto-update/pyrosimple

pyrosimple: 2.9.0 -> 2.9.1
This commit is contained in:
Nick Cao 2023-07-18 19:06:47 -06:00 committed by GitHub
commit 14184f0178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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