python312Packages.pygmars: 0.8.1 -> 0.9.0

Diff: https://github.com/nexB/pygmars/compare/refs/tags/v0.8.1...v0.9.0

Changelog: https://github.com/nexB/pygmars/releases/tag/v0.9.0
This commit is contained in:
Fabian Affolter
2024-10-31 11:36:29 +01:00
parent 88f31ac883
commit bb98b3f808
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pygmars";
version = "0.8.1";
version = "0.9.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "nexB";
repo = "pygmars";
rev = "refs/tags/v${version}";
hash = "sha256-RwAZ1ZLh0zgGshSv7LleBHMotKapDFtD69ptqQnr0EA=";
hash = "sha256-OhmTD83p/4tCMoCXy35/0fy8Tw1usn27dJyzpOeGlkU=";
};
dontConfigure = true;