mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
python37Packages.mac_alias: 2.1.1 -> 2.2.0
This commit is contained in:
parent
f947634aee
commit
6b0b154c6f
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "2.1.1";
|
||||
version = "2.2.0";
|
||||
pname = "mac_alias";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "55468c84a87c8b3929a3dc98f753194f7fe93fd8621abbfea1a4019448058a14";
|
||||
sha256 = "0eb84a63f98bf54c2f9fbdc4de956a63e64eb8a4a124143a1c1f5a78326442f0";
|
||||
};
|
||||
|
||||
# pypi package does not include tests;
|
||||
|
|
Loading…
Reference in a new issue