Commit cd92e37a authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.dynaconf: 3.2.12 -> 3.2.13

parent 4d008925
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];