mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
agda-pkg: 0.1.50 -> 0.1.51
This commit is contained in:
parent
9e1943edc0
commit
32b2d0d50b
@ -4,13 +4,13 @@ with python3Packages;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "agda-pkg";
|
||||
version = "0.1.50";
|
||||
version = "0.1.51";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0wpw90kw3danw91m3jzfdn7zmclimmiz74f77mpij9b1w6wvhm11";
|
||||
sha256 = "ee370889a1558caf45930d9f898dbe248048078e1e7e3ee17382bf574dc795f2";
|
||||
};
|
||||
|
||||
# Checks need internet access, so we just check the program executes
|
||||
|
Loading…
Reference in New Issue
Block a user