python310Packages.anyconfig: 0.12.0 -> 0.13.0

This commit is contained in:
R. Ryantm 2022-04-04 03:45:39 +00:00
parent e0dc07236e
commit 72d643fb83

View file

@ -7,11 +7,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "anyconfig"; pname = "anyconfig";
version = "0.12.0"; version = "0.13.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-MJHXZ1dAaG+t6FdVU38qfGzO+oZZxbtWF04C3tdLltU="; sha256 = "sha256-A/8uF2KvOI+7vtHBq3+fHsAGqR2n2zpouWPabneV0qw=";
}; };
postPatch = '' postPatch = ''