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

pyrosimple: 2.12.1 -> 2.13.0
This commit is contained in:
Weijia Wang 2024-03-07 11:12:52 +01:00 committed by GitHub
commit 396a376b66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "pyrosimple";
version = "2.12.1";
version = "2.13.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "kannibalox";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ppSQknpRoxq35t7lPbqz7MPJzy98yq/GgSchPOx4VT4=";
hash = "sha256-e69e1Aa10/pew1UZBCIPIH3BK7I8C3HiW59fRuSZlkc=";
};
pythonRelaxDeps = [