python311Packages.pysml: 0.0.11 -> 0.0.12

Diff: https://github.com/mtdcr/pysml/compare/0.0.11...0.0.12
This commit is contained in:
Fabian Affolter 2023-05-19 03:46:04 +02:00
parent 87a7d35d99
commit 64bdaffb05

View file

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