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

pyrosimple: 2.13.0 -> 2.14.0
This commit is contained in:
h7x4 2024-07-07 14:11:39 +02:00 committed by GitHub
commit 617e6618f7
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.13.0";
version = "2.14.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "kannibalox";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-e69e1Aa10/pew1UZBCIPIH3BK7I8C3HiW59fRuSZlkc=";
hash = "sha256-lEtyt7i8MyL2VffxNFQkL9RkmGeo6Nof0AOQwf6BUSE=";
};
pythonRelaxDeps = [