python36Packages.colander: 1.4 -> 1.5.1
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-colander/versions
This commit is contained in:
parent
86c7662be0
commit
45b93edc63
@ -1,16 +1,16 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi
|
{ lib, buildPythonPackage, fetchPypi
|
||||||
, translationstring, iso8601 }:
|
, translationstring, iso8601, enum34 }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "colander";
|
pname = "colander";
|
||||||
version = "1.4";
|
version = "1.5.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "e20e9acf190e5711cf96aa65a5405dac04b6e841028fc361d953a9923dbc4e72";
|
sha256 = "18ah4cwwxnpm6qxi6x9ipy51dal4spd343h44s5wd01cnhgrwsyq";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ translationstring iso8601 ];
|
propagatedBuildInputs = [ translationstring iso8601 enum34 ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A simple schema-based serialization and deserialization library";
|
description = "A simple schema-based serialization and deserialization library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user