Skip to content

Commit

Permalink
python37Packages.djangorestframework: 3.9.2 -> 3.9.3
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-djangorestframework/versions
  • Loading branch information
r-ryantm committed May 5, 2019
1 parent c87f382 commit 38af84a
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,11 +1,11 @@
{ stdenv, buildPythonPackage, fetchPypi, django }:
buildPythonPackage rec {
version = "3.9.2";
version = "3.9.3";
pname = "djangorestframework";

src = fetchPypi {
inherit pname version;
sha256 = "05sam4z69mypxk8fv415zvs8mp09jqsagmslrbs1qvk51lk6d8pp";
sha256 = "1w1rc8cpw89sll5wsg1aj1w3klk91a1bsdz9y4zhg5xrc0qpd118";
};

# Test settings are missing
Expand Down

0 comments on commit 38af84a

Please sign in to comment.