python3Packages.scramp: update src to reflect upstream move to Codeberg

https://codeberg.org/tlocke/scramp/commit/f4f6f3a1540a572cca9fb9823ec874a47e0916b7
This commit is contained in:
ash
2026-03-08 16:59:41 +00:00
parent 25a3452d36
commit 83b4d3a1e6
@@ -2,7 +2,7 @@
lib,
asn1crypto,
buildPythonPackage,
fetchFromGitHub,
fetchFromCodeberg,
hatchling,
pytest-mock,
pytestCheckHook,
@@ -14,7 +14,7 @@ buildPythonPackage rec {
version = "1.4.5";
pyproject = true;
src = fetchFromGitHub {
src = fetchFromCodeberg {
owner = "tlocke";
repo = "scramp";
rev = version;