scmsrht: 0.18.1 -> 0.19.11

This commit is contained in:
Edmund Wu 2020-04-16 16:25:36 -04:00
parent 2e171ac844
commit 5b6e080603
No known key found for this signature in database
GPG key ID: 8AB0E99F622EC03E

View file

@ -4,12 +4,12 @@
buildPythonPackage rec {
pname = "scmsrht";
version = "0.18.1";
version = "0.19.11";
src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/scm.sr.ht";
rev = version;
sha256 = "1f0h8vbbqx34v1rgzqjkgbf0z7jhnp8hdlzmrxwhs74kj6zjb134";
sha256 = "a0JIZcO/3op409t+jq4/fImuppuGqfGxBPgBh67DGHM=";
};
nativeBuildInputs = srht.nativeBuildInputs;