python310Packages.mf2py: 1.1.2 -> 1.1.3

This commit is contained in:
R. Ryantm 2023-07-12 08:47:15 +00:00
parent 212f20a907
commit afb83a72b4

View File

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "mf2py";
version = "1.1.2";
version = "1.1.3";
src = fetchFromGitHub {
owner = "microformats";
repo = "mf2py";
rev = version;
hash = "sha256-9pAD/eCmc/l7LGmKixDhZy3hhj1jCmcyo9wbqgtz/wI=";
rev = "refs/tags/v${version}";
hash = "sha256-Ya8DND1Dqbygbf1hjIGMlPwyc/MYIWIj+KnWB6Bqu1k=";
};
propagatedBuildInputs = [