srht: 0.54.3 -> 0.54.4

This commit is contained in:
Edmund Wu 2019-11-03 21:06:41 -05:00 committed by Jon
parent e6bb21812e
commit 21529a91d9

View File

@ -6,12 +6,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "srht"; pname = "srht";
version = "0.54.3"; version = "0.54.4";
src = fetchgit { src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/core.sr.ht"; url = "https://git.sr.ht/~sircmpwn/core.sr.ht";
rev = version; rev = version;
sha256 = "1f4srhp5g6652anifs1vyijzi2v23l2rnfpf3x96j9r8rdap42rq"; sha256 = "0flxvn178hqd8ljz89ddis80zfnmzgimv4506w4dg2flbwzywy7z";
}; };
node_modules = fetchNodeModules { node_modules = fetchNodeModules {