sourcehut.pastesrht: 0.13.7 -> 0.13.8

This commit is contained in:
Julien Moutinho 2022-06-02 14:49:06 +02:00 committed by tomberek
parent 2524e0d7f3
commit 9bd0b0fdc6

View File

@ -8,15 +8,20 @@
buildPythonPackage rec {
pname = "pastesrht";
version = "0.13.7";
version = "0.13.8";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "paste.sr.ht";
rev = version;
sha256 = "sha256-EzcS6Zbh+wJinC/GKJOSWUPORODpKEA3tLpLGqoVGBU=";
sha256 = "sha256-Zji9FyYUtsklYz4qyLbtduusteC7WujLCMmvZKcqYis=";
};
postPatch = ''
substituteInPlace Makefile \
--replace "all: api" ""
'';
nativeBuildInputs = srht.nativeBuildInputs;
propagatedBuildInputs = [