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
|
||||
, fetchurl, python }:
|
||||
, python
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "vcver";
|
||||
version = "0.2.10";
|
||||
version = "0.2.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "toumorokoshi";
|
||||
|
|
Loading…
Reference in a new issue