mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
python37Packages.traits: 5.0.0 -> 5.1.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.7-traits/versions
This commit is contained in:
parent
a381d42221
commit
82c83bf6c4
@ -9,11 +9,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "traits";
|
pname = "traits";
|
||||||
version = "5.0.0";
|
version = "5.1.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "8369117036fbbe00dbd40e1a01c8775b52bdbfa11db5788168e7c8c56663bac0";
|
sha256 = "0lwmqgkjihqkf269xmdqsa302p378zjcpz01k9a98br7ngzrsj64";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Use pytest because its easier to discover tests
|
# Use pytest because its easier to discover tests
|
||||||
|
Loading…
Reference in New Issue
Block a user