mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
Merge pull request #49965 from r-ryantm/auto-update/python3.6-toml
python36Packages.toml: 0.9.6 -> 0.10.0
This commit is contained in:
commit
05f266a655
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "toml";
|
||||
version = "0.9.6";
|
||||
version = "0.10.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "380178cde50a6a79f9d2cf6f42a62a5174febe5eea4126fe4038785f1d888d42";
|
||||
sha256 = "0p1xww2mzkhqvxkfvmfzm58bbfj812zhdz4rwdjiv94ifz2q37r2";
|
||||
};
|
||||
|
||||
# This package has a test script (built for Travis) that involves a)
|
||||
|
Loading…
Reference in New Issue
Block a user