Merge pull request #303951 from r-ryantm/auto-update/python312Packages.vacuum-map-parser-base

python312Packages.vacuum-map-parser-base: 0.1.2 -> 0.1.3
This commit is contained in:
Aleksana 2024-04-24 17:58:13 +08:00 committed by GitHub
commit 77cc89c37a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ''