python3Packages.vcver: 0.2.10 -> 0.2.12
This commit is contained in:
parent
d776647e22
commit
ddac912cf7
1 changed files with 6 additions and 3 deletions
|
@ -1,10 +1,13 @@
|
||||||
{ lib, buildPythonPackage, fetchFromGitHub
|
{ lib
|
||||||
|
, buildPythonPackage
|
||||||
|
, fetchFromGitHub
|
||||||
, packaging
|
, packaging
|
||||||
, fetchurl, python }:
|
, python
|
||||||
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "vcver";
|
pname = "vcver";
|
||||||
version = "0.2.10";
|
version = "0.2.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "toumorokoshi";
|
owner = "toumorokoshi";
|
||||||
|
|
Loading…
Reference in a new issue