pythonPackages.construct: 2.8.10 -> 2.8.16
This commit is contained in:
parent
41b89d1577
commit
454ad93a35
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
name = "construct-${version}";
|
name = "construct-${version}";
|
||||||
version = "2.8.10";
|
version = "2.8.16";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "construct";
|
owner = "construct";
|
||||||
repo = "construct";
|
repo = "construct";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1xfmmc5pihn3ql9f7blrciy06y2bwczqvkbcpvh96dmgqwc3wys3";
|
sha256 = "0lzz1dy419n254qccch7yx4nkpwd0fsyjhnsnaf6ysgwzqxxv63j";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ six ];
|
propagatedBuildInputs = [ six ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user