Merge pull request #172650 from r-ryantm/auto-update/python3.10-puremagic

python310Packages.puremagic: 1.12 -> 1.13
This commit is contained in:
Fabian Affolter 2022-05-12 10:27:26 +02:00 committed by GitHub
commit 3cc4fe6c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "puremagic";
version = "1.12";
version = "1.13";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-jAuuwImSExc2KjD6yi6WeMkdXpfOAE3Gp8HGaeBUeDg=";
sha256 = "sha256-yaHw/pOqWLUtYoM3l/JB0JToLXdi04n0BSccRdbCVDw=";
};
# test data not included on pypi