sourcehut.pastesrht: 0.13.8 -> 0.15.1

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-04-02 22:54:46 +02:00
parent b916bbd1ea
commit 8d573f2df8
No known key found for this signature in database
GPG Key ID: 73D5E7FDEE3DE49A

View File

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "pastesrht";
version = "0.13.8";
version = "0.15.1";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "paste.sr.ht";
rev = version;
sha256 = "sha256-Zji9FyYUtsklYz4qyLbtduusteC7WujLCMmvZKcqYis=";
sha256 = "sha256-IUFX7/V8AWqN+iuisLAyu7lMNIUCzSMoOfcZiYJTnrM=";
};
postPatch = ''