sourcehut.scmsrht: 0.22.22 -> 0.22.23
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
parent
8d573f2df8
commit
f53540afdd
1 changed files with 2 additions and 4 deletions
|
@ -2,25 +2,23 @@
|
||||||
, fetchFromSourcehut
|
, fetchFromSourcehut
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, srht
|
, srht
|
||||||
, redis
|
|
||||||
, pyyaml
|
, pyyaml
|
||||||
, buildsrht
|
, buildsrht
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "scmsrht";
|
pname = "scmsrht";
|
||||||
version = "0.22.22";
|
version = "0.22.23";
|
||||||
|
|
||||||
src = fetchFromSourcehut {
|
src = fetchFromSourcehut {
|
||||||
owner = "~sircmpwn";
|
owner = "~sircmpwn";
|
||||||
repo = "scm.sr.ht";
|
repo = "scm.sr.ht";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-iSzzyI8HZOpOb4dyt520MV/wds14fNag2+UOF09KS7w=";
|
sha256 = "sha256-058dOEYJDY3jtxH1VkV1CFq5CZTkauSnTWg57DCnNtw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
srht
|
srht
|
||||||
redis
|
|
||||||
pyyaml
|
pyyaml
|
||||||
buildsrht
|
buildsrht
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue