mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 17:54:49 +03:00
pythonPackages.vcstools: 0.1.40 -> 0.1.42
This commit is contained in:
parent
1142fe198b
commit
bf670f244a
1 changed files with 7 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
{ buildPythonPackage, fetchPypi, pyyaml, python-dateutil }:
|
||||
{ lib, buildPythonPackage, fetchPypi, pyyaml, python-dateutil }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "vcstools";
|
||||
version = "0.1.40";
|
||||
version = "0.1.42";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1mfasip71ky1g968n1zlramgn3fjxk4c922d0x9cs0nwm2snln4m";
|
||||
sha256 = "0ykp0847fk16fffa2l29gp5hk9d11pqmpq2nmwwsgp8gignxhj4y";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pyyaml python-dateutil ];
|
||||
|
@ -14,9 +14,11 @@ buildPythonPackage rec {
|
|||
# Tries to download files and lots of other issues
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
description = "Python library for interacting with various VCS systems";
|
||||
homepage = http://wiki.ros.org/vcstools;
|
||||
homepage = "http://wiki.ros.org/vcstools";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ lopsided98 ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue