python3Packages.pyjson5: 2.0.0 -> 2.0.1

Diff: https://github.com/Kijewski/pyjson5/compare/v2.0.0...v2.0.1

Changelog: https://github.com/Kijewski/pyjson5/blob/v2.0.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-05-21 09:33:46 +02:00
parent c213c29311
commit a1b0133fb2
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyjson5";
version = "2.0.0";
version = "2.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Kijewski";
repo = "pyjson5";
tag = "v${version}";
hash = "sha256-vHO354ZjaQirOWavfaDvenE+MLQLhWF3bCHa5Z1NNXg=";
hash = "sha256-SonObL4watru9+YDiw4K7Mo5BOKWmhp1R/IZ54H9Db0=";
fetchSubmodules = true;
};