django-filingcabinet: 0.17-unstable-2025-04-10 -> 0.17-unstable-2025-07-01
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-filingcabinet";
|
||||
version = "0.17-unstable-2025-04-10";
|
||||
version = "0.17-unstable-2025-07-01";
|
||||
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 = "64b7b4ad804067e2f16e8a0f165c139e3ffe5fb5";
|
||||
hash = "sha256-48Peui/5N/GfzWS1EJ5uKeKEoPjX+fPEXzG2owxsDaE=";
|
||||
rev = "ff39722209acf70bc73fa7074c16ed8a787fceea";
|
||||
hash = "sha256-9SrMWBTk7RQCbVPHOU5rB/pi286hb6UONaLmBOtx6X0=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -94,7 +94,7 @@ buildPythonPackage rec {
|
||||
|
||||
pnpmDeps = pnpm.fetchDeps {
|
||||
inherit pname version src;
|
||||
hash = "sha256-uMO2iEOi9ACYdIM8Thf7+y1KpHQEqVxO3yxZ8RaGFXA=";
|
||||
hash = "sha256-kvLV/pCX/wQHG0ttrjSro7/CoQ5K1T0aFChafQOwvNw=";
|
||||
};
|
||||
|
||||
postBuild = ''
|
||||
|
||||
Reference in New Issue
Block a user