sourcehut.hgsrht: 0.28.1 -> 0.29.2

This commit is contained in:
Julien Moutinho 2021-12-14 06:45:26 +01:00 committed by Tom Bereknyei
parent ce2963aea7
commit 7fc3fd9015

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "hgsrht";
version = "0.28.1";
version = "0.29.2";
src = fetchhg {
url = "https://hg.sr.ht/~sircmpwn/hg.sr.ht";
rev = version;
sha256 = "ERMPaCtExZebwV1BrjyE/gGK7p/Nvf7ia+ZBO472bdw=";
sha256 = "a4xVTC5PFXUQStL7rawWoEZTqLGx64iUEJ7mJlG1wdY=";
};
nativeBuildInputs = srht.nativeBuildInputs;