python36Packages.django-picklefield: 1.0.0 -> 1.1.0
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.6-django-picklefield/versions
This commit is contained in:
parent
86c7662be0
commit
fbfd51a8c6
@ -2,7 +2,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-picklefield";
|
||||
version = "1.0.0";
|
||||
version = "1.1.0";
|
||||
|
||||
meta = {
|
||||
description = "A pickled object field for Django";
|
||||
@ -12,6 +12,6 @@ buildPythonPackage rec {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "61e3ba7f6df82d8df9e6be3a8c55ef589eb3bf926c3d25d2b7949b07eae78354";
|
||||
sha256 = "174zlsajpjflrf3jgn0wp5svnxfyrjadk4s9jb45vzjqcmffwzyf";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user