python3Packages.wrapt: 1.14.1 -> 1.16.0
This commit is contained in:
parent
f970c06ca8
commit
6e11ee3dd5
1 changed files with 3 additions and 3 deletions
|
@ -8,15 +8,15 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "wrapt";
|
||||
version = "1.14.1";
|
||||
version = "1.16.0";
|
||||
outputs = [ "out" "doc" ];
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "GrahamDumpleton";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-nXwDuNo4yZxgjnkus9bVwIZltPaSH93D+PcZMGT2nGM=";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-lVpSriXSvRwAKX4iPOIBvJwhqhKjdrUdGaEG4QoTQyo=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
|
Loading…
Reference in a new issue