python36Packages.grip: 4.4.0 -> 4.5.2 (#49050)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-grip/versions
This commit is contained in:
parent
2da483c239
commit
c77a322edb
@ -16,13 +16,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "grip";
|
pname = "grip";
|
||||||
version = "4.4.0";
|
version = "4.5.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "joeyespo";
|
owner = "joeyespo";
|
||||||
repo = "grip";
|
repo = "grip";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1768n3w40qg1njkzqjyl5gkva0h31k8h250821v69imj1zimymag";
|
sha256 = "0hphplnyi903jx7ghfxplg1qlj2kpcav1frr2js7p45pbh5ib9rm";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user