python312Packages.vacuum-map-parser-base: 0.1.2 -> 0.1.3

This commit is contained in:
R. Ryantm 2024-04-14 02:23:26 +00:00
parent 1b69196959
commit b6ed076fc3
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "vacuum-map-parser-base";
version = "0.1.2";
version = "0.1.3";
pyproject = true;
disabled = pythonOlder "3.11";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "PiotrMachowski";
repo = "Python-package-${pname}";
rev = "refs/tags/v${version}";
hash = "sha256-moCWUPzn9stxehVEnjqpx8ILYhxzuy8QG+uxR53rCew=";
hash = "sha256-wX7RsJKSNZmi6uIDqsKxWe8VaYJPg4I3pwHHckMUOw4=";
};
postPatch = ''