mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 08:59:42 +00:00
Merge pull request #140642 from r-ryantm/auto-update/python38Packages.rdflib-jsonld
This commit is contained in:
commit
535785d925
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "rdflib-jsonld";
|
pname = "rdflib-jsonld";
|
||||||
version = "0.5.0";
|
version = "0.6.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "4f7d55326405071c7bce9acf5484643bcb984eadb84a6503053367da207105ed";
|
sha256 = "107cd3019d41354c31687e64af5e3fd3c3e3fa5052ce635f5ce595fd31853a63";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ nose ];
|
nativeBuildInputs = [ nose ];
|
||||||
|
|
Loading…
Reference in a new issue