git-buildpackage: 0.9.38 -> 0.9.39 (#459360)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user