python36Packages.warlock: 1.2.0 -> 1.3.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-warlock/versions
This commit is contained in:
parent
b899fd6a18
commit
a8a11ab31c
@ -9,11 +9,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "warlock";
|
pname = "warlock";
|
||||||
version = "1.2.0";
|
version = "1.3.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0npgi4ks0nww2d6ci791iayab0j6kz6dx3jr7bhpgkql3s4if3bw";
|
sha256 = "01kajxvjp5n1p42n1kvv7rfcj2yyr44zmmzk48pywryfixr3yh6p";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ six jsonpatch jsonschema jsonpointer ];
|
propagatedBuildInputs = [ six jsonpatch jsonschema jsonpointer ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user