python36Packages.sortedcollections: 0.4.2 -> 1.0.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-sortedcollections/versions
This commit is contained in:
parent
779dbd6534
commit
50ebd47b8a
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sortedcollections";
|
pname = "sortedcollections";
|
||||||
version = "0.4.2";
|
version = "1.0.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "12dlzln9gyv8smsy2k6d6dmr0ywrpwyrr1cjy649ia5h1g7xdvwa";
|
sha256 = "12q1gf81l53mv634hk259aql69k9572nfv5gsn8gxlywdly2z63b";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ sortedcontainers ];
|
buildInputs = [ sortedcontainers ];
|
||||||
|
|
Loading…
Reference in a new issue