Merge pull request #283520 from mweinelt/moz-phab-1.5.1

mozphab: 1.4.3 -> 1.5.1
This commit is contained in:
Martin Weinelt
2024-01-29 03:25:04 +01:00
committed by GitHub
+2 -2
View File
@@ -10,14 +10,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "mozphab";
version = "1.4.3";
version = "1.5.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "mozilla-conduit";
repo = "review";
rev = "refs/tags/${version}";
hash = "sha256-FUHT4MPzSxO3MCNYWodNxvFR2kL0P4eGmSHPtCt0Cug=";
hash = "sha256-HxwQ+mGtjnruppPAD01QUg3aca+k5vpj814BWM+3VfQ=";
};
postPatch = ''