python3Packages.grip: 4.5.2 -> 4.6.1
This commit is contained in:
parent
e87755d957
commit
cd3b084c17
1 changed files with 2 additions and 11 deletions
|
@ -1,6 +1,5 @@
|
|||
{ lib
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
# Python bits:
|
||||
, buildPythonPackage
|
||||
, pytest
|
||||
|
@ -16,23 +15,15 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "grip";
|
||||
version = "4.5.2";
|
||||
version = "4.6.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "joeyespo";
|
||||
repo = "grip";
|
||||
rev = "v${version}";
|
||||
sha256 = "0hphplnyi903jx7ghfxplg1qlj2kpcav1frr2js7p45pbh5ib9rm";
|
||||
sha256 = "sha256-CHL2dy0H/i0pLo653F7aUHFvZHTeZA6jC/rwn1KrEW4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Render "front matter", used in our RFC template and elsewhere
|
||||
(fetchpatch {
|
||||
url = "https://github.com/joeyespo/grip/pull/249.patch";
|
||||
sha256 = "07za5iymfv647dfrvi6hhj54a96hgjyarys51zbi08c51shqyzpg";
|
||||
})
|
||||
];
|
||||
|
||||
checkInputs = [ pytest responses ];
|
||||
|
||||
propagatedBuildInputs = [ docopt flask markdown path-and-address pygments requests tabulate ];
|
||||
|
|
Loading…
Reference in a new issue