nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python: SPARQLWrapper: 1.8.4 -> 1.8.5

+2 -2
+2 -2
pkgs/development/python-modules/sparqlwrapper/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "SPARQLWrapper"; 13 - version = "1.8.4"; 13 + version = "1.8.5"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - sha256 = "21928e7a97f565e772cdeeb0abad428960f4307e3a13dbdd8f6d3da8a6a506c9"; 17 + sha256 = "d6a66b5b8cda141660e07aeb00472db077a98d22cb588c973209c7336850fb3c"; 18 18 }; 19 19 20 20 # break circular dependency loop