Bump rfd python package to v0.3.5

This commit is contained in:
Dave Gallant
2020-06-28 23:57:41 -04:00
parent c019454376
commit fc174ebfad
2 changed files with 6 additions and 17 deletions

View File

@@ -7,13 +7,13 @@ rec {
rfd = with self; pythonPackages.buildPythonApplication rec {
pname = "rfd";
version = "v0.3.4";
version = "v0.3.5";
src = fetchFromGitHub {
owner = "davegallant";
repo = "rfd";
rev = version;
sha256 = "08f9xsw5h35p5sbljrv7vrzvdz17icgr85n7507p27fcg0yphd0s";
hash = "sha256:0hg9mgb0hf8ddxbnnrd28a7fxngld7m0fadzidjbj99j0gxvzq6g";
};
# No tests included