Unverified Commit bed68a81 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.jsonconversion: 1.0.1 -> 1.0.2 (#374400)

parents 4c2d8396 d1efe181
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "jsonconversion";
  version = "1.0.1";
  version = "1.0.2";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "DLR-RM";
    repo = "python-jsonconversion";
    tag = version;
    hash = "sha256-XmAQXu9YkkMUvpf/QVk4u1p8UyNfRb0NeoLxC1evCT4=";
    hash = "sha256-QzBjpOqcMAeQ46QPc1FrVldwD6ttf9Q9CJ1coMJOq7I=";
  };

  build-system = [ pdm-backend ];