Merge pull request #243028 from r-ryantm/auto-update/python310Packages.mf2py

python310Packages.mf2py: 1.1.2 -> 1.1.3
This commit is contained in:
Weijia Wang 2023-07-12 16:20:24 +03:00 committed by GitHub
commit cb6c40ae61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [