sourcehut.srht: 0.71.5 -> 0.71.8

This commit is contained in:
Christoph Heiss 2024-03-30 14:11:34 +01:00
parent cf845d2e56
commit 994f015825
No known key found for this signature in database
GPG Key ID: 73D5E7FDEE3DE49A
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "srht";
version = "0.71.5";
version = "0.71.8";
pyproject = true;
disabled = pythonOlder "3.7";
@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "~sircmpwn";
repo = "core.sr.ht";
rev = version;
hash = "sha256-YIoKOiTi/9X4bSiG+GvnwzvKYhbfywrv/dTjxaJOOTQ=";
hash = "sha256-rDpm2HJOWScvIxOmHcat6y4CWdBE9T2gE/jZskYAFB0=";
fetchSubmodules = true;
};