pastesrht: 0.9.2 -> 0.10.3

This commit is contained in:
Edmund Wu 2020-04-16 16:25:24 -04:00
parent 1f6d95badf
commit 2667f93c34
No known key found for this signature in database
GPG Key ID: 8AB0E99F622EC03E

View File

@ -4,12 +4,12 @@
buildPythonPackage rec {
pname = "pastesrht";
version = "0.9.2";
version = "0.10.3";
src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/paste.sr.ht";
rev = version;
sha256 = "0hiv607a7446dba524kblmpswlcz0z4i1jr49ng7g90nhpsk8dy4";
sha256 = "i1M4L5NG152zkIEFj2vDHa9lr5aE1ioToDVPpkIqemk=";
};
patches = [