Commit a75847f6 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pueblo: 0.0.17 -> 0.0.18

parent e76cb704
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "pueblo";
  version = "0.0.17";
  version = "0.0.18";
  pyproject = true;

  # This tarball doesn't include tests unfortunately, and the GitHub tarball
@@ -22,7 +22,7 @@ buildPythonPackage rec {
  # should work for us as well.
  src = fetchPypi {
    inherit pname version;
    hash = "sha256-8JQo581zJ47omJJkJ1dMmkKY+ycddJ3cKI2v3lxk0Ys=";
    hash = "sha256-N1a9oROZo8Ka0LKxDDOlZqOba6PfLVtDHB8Gypp+iC8=";
  };

  build-system = [