python38Packages.pyfronius: 0.6.2 -> 0.6.3

This commit is contained in:
R. RyanTM 2021-08-24 14:14:34 +00:00 committed by Jonathan Ringer
parent fa41cccba6
commit 9de4dc9e48

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pyfronius";
version = "0.6.2";
version = "0.6.3";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "nielstron";
repo = pname;
rev = "release-${version}";
sha256 = "03szfgf2g0hs4r92p8jb8alzl7byzrirxsa25630zygmkadzgrz2";
sha256 = "19cgr0y4zfyghpw9hwl9immh5c464dlasnfd8q570k9f0q682249";
};
propagatedBuildInputs = [