python3Packages.dynaconf: 3.2.12 -> 3.2.13

This commit is contained in:
R. Ryantm
2026-03-18 11:03:11 +00:00
parent 4d00892504
commit cd92e37a2b
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "dynaconf";
version = "3.2.12";
version = "3.2.13";
pyproject = true;
src = fetchFromGitHub {
owner = "dynaconf";
repo = "dynaconf";
tag = version;
hash = "sha256-DtZ4rJ425a7ootpWtMXbezyH215dJwW4HTzvGgAUnsc=";
hash = "sha256-3qUGLEQ0x/WTF/M/SEts6v9w1yGYSB6LYEcxKQcbqSk=";
};
build-system = [ setuptools ];