python310Packages.apipkg: 3.0.1 -> 3.0.2

This commit is contained in:
R. Ryantm 2023-11-04 04:30:14 +00:00
parent 8b855b2b4b
commit 3efcd3b890

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "apipkg";
version = "3.0.1";
version = "3.0.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "pytest-dev";
repo = pname;
rev = "v${version}";
hash = "sha256-gf84SzfuKLGYfI88IzPRJCqMZWwowUR10FgIbwXjwuY=";
rev = "refs/tags/v${version}";
hash = "sha256-ANLD7fUMKN3RmAVjVkcpwUH6U9ASalXdwKtPpoC8Urs=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;