Unverified Commit 180adfe6 authored by Alex Epelde's avatar Alex Epelde
Browse files

python3Packages.snappy: add updateScript

parent ae0854e9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  python,
  buildPythonPackage,
  fetchpatch,
  nix-update-script,

  # build-time dependencies
  setuptools,
@@ -149,6 +150,13 @@ buildPythonPackage rec {
        touch $out
      '';

  passthru.updateScript = nix-update-script {
    extraArgs = [
      "--version-regex"
      "(.*)_as_released"
    ];
  };

  meta = {
    description = "Studying the topology and geometry of 3-manifolds, with a focus on hyperbolic structures";
    changelog = "https://snappy.computop.org/news.html";