dispatchsrht: 0.11.1 -> 0.12.3

This commit is contained in:
Edmund Wu 2019-11-03 21:07:15 -05:00 committed by Jon
parent 9bc8540d86
commit 257f5d6303

View File

@ -4,12 +4,12 @@
buildPythonPackage rec {
pname = "dispatchsrht";
version = "0.11.1";
version = "0.12.3";
src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/dispatch.sr.ht";
rev = version;
sha256 = "1bi7vn0yr326mf2c63f2fahdlrx2c6a8d6p6bzy2ym2835qfcc0v";
sha256 = "0lpc8jpyz1rg3g98546wlhr27b15g32lds77hl42aixv5f5b8lc9";
};
patches = [