Unverified Commit e874b29c authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python3Packages.pueblo: 0.0.12 -> 0.0.13 (#472129)

parents 1bb9f8d4 1f2a5024
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "pueblo";
  version = "0.0.12";
  version = "0.0.13";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
  # should work for us as well.
  src = fetchPypi {
    inherit pname version;
    hash = "sha256-oo2RNJQUVDqxhfBI6h1KCAgsMjDe7ns3F9qD4eKLVic=";
    hash = "sha256-EewRittG90ZHRklGtXHtEJ83DWzA6f0iKfX87YlmVgY=";
  };

  build-system = [