python3Packages.vcver: 0.2.10 -> 0.2.12

This commit is contained in:
Fabian Affolter 2021-11-03 20:06:11 +01:00
parent d776647e22
commit ddac912cf7

View file

@ -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";