git-buildpackage: 0.9.38 -> 0.9.39 (#459360)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-07 10:44:11 +00:00
committed by GitHub
+2 -2
View File
@@ -17,14 +17,14 @@
python3Packages.buildPythonApplication rec {
pname = "git-buildpackage";
version = "0.9.38";
version = "0.9.39";
pyproject = true;
src = fetchFromGitHub {
owner = "agx";
repo = "git-buildpackage";
tag = "debian/${version}";
hash = "sha256-dZ/uJLcDPkpwIz+Y6WInJ4XlSJ5zzDY65li/xghsJTQ=";
hash = "sha256-glj0WtlZb42wetD5sKHbWvgPOZ/lQofPYtChuk3rie0=";
fetchSubmodules = true;
};