python3Packages.scmrepo: 3.6.1 -> 3.6.2

Diff: https://github.com/iterative/scmrepo/compare/3.6.1...3.6.2

Changelog: https://github.com/iterative/scmrepo/releases/tag/3.6.2
This commit is contained in:
Fabian Affolter
2026-04-02 11:06:51 +02:00
parent 2305647e0f
commit 0a672be559
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "scmrepo";
version = "3.6.1";
version = "3.6.2";
pyproject = true;
src = fetchFromGitHub {
owner = "iterative";
repo = "scmrepo";
tag = version;
hash = "sha256-nkHEeslQM+F4PpNrrbSql+jCJDHmdaGfGkciluhXmHo=";
hash = "sha256-E7BHdLDS57r/UbSA62lfr3z+5sqFTPRzwfFLIITeSs0=";
};
build-system = [