Merge pull request #100242 from RaitoBezarius/raito-srht-hg

hgsrht: 0.26.18 -> 0.26.19
This commit is contained in:
Doron Behar 2020-10-12 11:07:32 +03:00 committed by GitHub
commit 9b179c7f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,12 @@
buildPythonPackage rec {
pname = "hgsrht";
version = "0.26.18";
version = "0.26.19";
src = fetchhg {
url = "https://hg.sr.ht/~sircmpwn/hg.sr.ht";
rev = version;
sha256 = "j+7yG6WdWoU0Uk6doz9GpKZsEGXy/n2smgU6c56/A+Q=";
sha256 = "0dc0lgqq8zdaywbd50dlxypk1lv0nffvqr3889v10ycy45qcfymv";
};
nativeBuildInputs = srht.nativeBuildInputs;