sourcehut.scmsrht: 0.22.22 -> 0.22.23

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

View file

@ -2,25 +2,23 @@
, fetchFromSourcehut
, buildPythonPackage
, srht
, redis
, pyyaml
, buildsrht
}:
buildPythonPackage rec {
pname = "scmsrht";
version = "0.22.22";
version = "0.22.23";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "scm.sr.ht";
rev = version;
sha256 = "sha256-iSzzyI8HZOpOb4dyt520MV/wds14fNag2+UOF09KS7w=";
sha256 = "sha256-058dOEYJDY3jtxH1VkV1CFq5CZTkauSnTWg57DCnNtw=";
};
propagatedBuildInputs = [
srht
redis
pyyaml
buildsrht
];