1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

Merge pull request #140642 from r-ryantm/auto-update/python38Packages.rdflib-jsonld

This commit is contained in:
Sandro 2021-10-05 19:39:10 +02:00 committed by GitHub
commit 535785d925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "rdflib-jsonld";
version = "0.5.0";
version = "0.6.2";
src = fetchPypi {
inherit pname version;
sha256 = "4f7d55326405071c7bce9acf5484643bcb984eadb84a6503053367da207105ed";
sha256 = "107cd3019d41354c31687e64af5e3fd3c3e3fa5052ce635f5ce595fd31853a63";
};
nativeBuildInputs = [ nose ];