mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
restview: 2.1.1 -> 2.2.1
This commit is contained in:
parent
5e7501cd41
commit
51119a6b8d
@ -8906,11 +8906,11 @@ let
|
||||
|
||||
restview = buildPythonPackage rec {
|
||||
name = "restview-${version}";
|
||||
version = "2.1.1";
|
||||
version = "2.2.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/r/restview/${name}.tar.gz";
|
||||
sha256 = "07scf80hhr9rijrbfrplyi3gwkx74knnzfhvlg6yf1cd0x2yiy8v";
|
||||
sha256 = "070qx694bpk2n67grm82jvvar4nqvvfmmibbnv8snl4qn41jw66s";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ docutils mock pygments ];
|
||||
|
Loading…
Reference in New Issue
Block a user