mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
pylode: 2.8.6 -> 2.12.0
This commit is contained in:
parent
c076955ffd
commit
a7eb7ecbe3
1 changed files with 2 additions and 3 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "pyLODE";
|
||||
version = "2.8.6";
|
||||
version = "2.12.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "RDFLib";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0zbk5lj9vlg32rmvw1himlw63kxd7sim7nzglrjs5zm6vpi4x5ch";
|
||||
sha256 = "sha256-X/YiJduAJNiceIrlCFwD2PFiMn3HVlzr9NzyDvYcql8=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
|
@ -22,7 +22,6 @@ python3Packages.buildPythonApplication rec {
|
|||
jinja2
|
||||
markdown
|
||||
rdflib
|
||||
rdflib-jsonld
|
||||
requests
|
||||
six
|
||||
beautifulsoup4
|
||||
|
|
Loading…
Reference in a new issue