3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #213043 from r-ryantm/auto-update/python310Packages.prefixed

python310Packages.prefixed: 0.6.0 -> 0.7.0
This commit is contained in:
Nick Cao 2023-01-28 12:56:01 +08:00 committed by GitHub
commit 4b30d8bcf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "prefixed";
version = "0.6.0";
version = "0.7.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-s5+/rHJhj6HutbP9ntE0HxDdkN91SZy0w4psPvR83ZQ=";
hash = "sha256-C1TRXmAuuK9Kwxsdsho36pXOWJDgdBuw3Z3tSTzvu+k=";
};
nativeCheckInputs = [