mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
python310Packages.django-filter: 21.1 -> 22.1
This commit is contained in:
parent
0ff099b544
commit
103a4c0ae4
@ -7,11 +7,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-filter";
|
||||
version = "21.1";
|
||||
version = "22.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-YyolH6jxqttLjM7/kyu1L+L4Jt19/n8+rEDlxGPWg24=";
|
||||
sha256 = "sha256-7Uc7duhPfoOyURuyBQw++zbRNSB9ASjf465LNuNZS6U=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ django ];
|
||||
|
Loading…
Reference in New Issue
Block a user