Unverified Commit 30ad9e78 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.jsonconversion: 1.2.0 -> 1.2.1 (#461401)

parents a695c60e b6862ae2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "jsonconversion";
  version = "1.2.0";
  version = "1.2.1";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "DLR-RM";
    repo = "python-jsonconversion";
    tag = version;
    hash = "sha256-OOp5oHAb00AN+5tlLeUzily1MKHDIbn0qg3jzkZ0vAo=";
    hash = "sha256-yWRpILAkwCvgh5bMiN9/XmS6U9zIQdDS8KVeTYxzDDw=";
  };

  build-system = [ pdm-backend ];