Skip to content

Commit 62e7006

Browse files
git-pw: 2.6.0 -> 2.7.0 (NixOS#359560)
2 parents 68620d5 + 09dbeb2 commit 62e7006

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gi/git-pw/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
python3.pkgs.buildPythonApplication rec {
1010
pname = "git-pw";
11-
version = "2.6.0";
11+
version = "2.7.0";
1212
format = "pyproject";
1313

1414
PBR_VERSION = version;
1515

1616
src = fetchFromGitHub {
1717
owner = "getpatchwork";
1818
repo = "git-pw";
19-
rev = version;
20-
hash = "sha256-3IiFU6qGI2MDTBOLQ2qyT5keUMNTNG3sxhtGR3bkIBc=";
19+
rev = "refs/tags/${version}";
20+
hash = "sha256-y5qbvhuT+tjXvIFgCrM7RIPF6zhCkMu+/qByValrEXE=";
2121
};
2222

2323
nativeBuildInputs = with python3.pkgs; [

0 commit comments

Comments
 (0)