python36Packages.toml: 0.9.6 -> 0.10.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-toml/versions
This commit is contained in:
parent
a054d74507
commit
1cb2cf6050
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "toml";
|
pname = "toml";
|
||||||
version = "0.9.6";
|
version = "0.10.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "380178cde50a6a79f9d2cf6f42a62a5174febe5eea4126fe4038785f1d888d42";
|
sha256 = "0p1xww2mzkhqvxkfvmfzm58bbfj812zhdz4rwdjiv94ifz2q37r2";
|
||||||
};
|
};
|
||||||
|
|
||||||
# This package has a test script (built for Travis) that involves a)
|
# This package has a test script (built for Travis) that involves a)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user