python3Packages.pyavm: 0.9.6 -> 0.9.8
This commit was automatically generated using update-python-libraries. Co-authored-by: Michael Daniels <mdaniels5757@gmail.com>
This commit is contained in:
co-authored by
Michael Daniels
parent
dd4a2a1c5c
commit
e0d41508da
@@ -16,13 +16,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyavm";
|
||||
version = "0.9.6";
|
||||
version = "0.9.8";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "PyAVM";
|
||||
inherit version;
|
||||
hash = "sha256-s7eLPoAHDbY9tPt3RA5zJg+NuTtVV/SqpUUR3NrG8m0=";
|
||||
inherit pname version;
|
||||
hash = "sha256-zhHCeex1vfgj0MOGEkoVKKXns2+l3U0mSZInk58Rf4g=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user