Merge pull request #100559 from r-ryantm/auto-update/agda-pkg
agda-pkg: 0.1.50 -> 0.1.51
This commit is contained in:
commit
59563255c3
@ -4,13 +4,13 @@ with python3Packages;
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "agda-pkg";
|
pname = "agda-pkg";
|
||||||
version = "0.1.50";
|
version = "0.1.51";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0wpw90kw3danw91m3jzfdn7zmclimmiz74f77mpij9b1w6wvhm11";
|
sha256 = "ee370889a1558caf45930d9f898dbe248048078e1e7e3ee17382bf574dc795f2";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Checks need internet access, so we just check the program executes
|
# Checks need internet access, so we just check the program executes
|
||||||
|
Loading…
Reference in New Issue
Block a user