From a5f67d17be00327cbe6a97cf060ab97e11fb202c Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Mon, 15 Sep 2025 11:35:06 +0200 Subject: [PATCH] django-filingcabinet: 0-unstable-2025-07-01 -> 0-unstable-2025-08-14 --- .../python-modules/django-filingcabinet/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/django-filingcabinet/default.nix b/pkgs/development/python-modules/django-filingcabinet/default.nix index 78fc0f5d76ae..da154d8c7422 100644 --- a/pkgs/development/python-modules/django-filingcabinet/default.nix +++ b/pkgs/development/python-modules/django-filingcabinet/default.nix @@ -37,7 +37,7 @@ buildPythonPackage rec { pname = "django-filingcabinet"; - version = "0.17-unstable-2025-07-01"; + version = "0.17-unstable-2025-08-14"; pyproject = true; src = fetchFromGitHub { @@ -45,8 +45,8 @@ buildPythonPackage rec { repo = "django-filingcabinet"; # No release tagged yet on GitHub # https://github.com/okfde/django-filingcabinet/issues/69 - rev = "ff39722209acf70bc73fa7074c16ed8a787fceea"; - hash = "sha256-9SrMWBTk7RQCbVPHOU5rB/pi286hb6UONaLmBOtx6X0="; + rev = "e1713921d6d14e0abc8b81315545d7fb6f08c39f"; + hash = "sha256-R/JNI+PZb0H09ZoYCGV3nbAowkf/YlKia4xkgAgqoNM="; }; postPatch = ''