mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +00:00
python3Packages.grip: 4.5.2 -> 4.6.1
This commit is contained in:
parent
e87755d957
commit
cd3b084c17
@ -1,6 +1,5 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
# Python bits:
|
# Python bits:
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, pytest
|
, pytest
|
||||||
@ -16,23 +15,15 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "grip";
|
pname = "grip";
|
||||||
version = "4.5.2";
|
version = "4.6.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "joeyespo";
|
owner = "joeyespo";
|
||||||
repo = "grip";
|
repo = "grip";
|
||||||
rev = "v${version}";
|
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 ];
|
checkInputs = [ pytest responses ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ docopt flask markdown path-and-address pygments requests tabulate ];
|
propagatedBuildInputs = [ docopt flask markdown path-and-address pygments requests tabulate ];
|
||||||
|
Loading…
Reference in New Issue
Block a user