python37Packages.djangoql: 0.12.6 -> 0.13.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.7-djangoql/versions
This commit is contained in:
parent
2dfb002a9b
commit
cae2ade1f9
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "djangoql";
|
pname = "djangoql";
|
||||||
version = "0.12.6";
|
version = "0.13.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1mwv1ljznj9mn74ncvcyfmj6ygs8xm2rajpxm88gcac9hhdmk5gs";
|
sha256 = "0hkg0zh8w6f4krbrv4nl66blrx48yixgc8ikf915415ghlqfsbjj";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ ply ];
|
propagatedBuildInputs = [ ply ];
|
||||||
|
Loading…
Reference in New Issue
Block a user