Unverified Commit e7a45c3e authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.x690: 1.0.0 -> 1.0.0post1 (#436923)

parents e6969fef 47b00449
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "x690";
  version = "1.0.0";
  version = "1.0.0post1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "exhuma";
    repo = "x690";
    tag = "v${version}";
    hash = "sha256-yU4FABlTAFoj87SJXDA+sVCJT3pCbYxpTXp7Ja2ltGE=";
    hash = "sha256-HNKZq6VfqYAih2SrhGChC2jaQ76dhzKM/Mcr6pVYFE4=";
  };

  build-system = [