Merge pull request #231936 from fabaff/pysml-bump

python310Packages.pysml: 0.0.10 -> 0.0.11
This commit is contained in:
Martin Weinelt 2023-05-15 00:20:34 +02:00 committed by GitHub
commit b27fac642c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pysml";
version = "0.0.10";
version = "0.0.11";
format = "pyproject";
src = fetchFromGitHub {
owner = "mtdcr";
repo = pname;
rev = version;
hash = "sha256-vC4iff38WCcdUQITPmxC0XlrA83zCNLTDGgyyXivLEY=";
hash = "sha256-RPDYh5h885/FiU2vsDpCGd8yWXNNIEpjAu6w8QXTxAA=";
};
nativeBuildInputs = [