Skip to content

Commit

Permalink
Merge pull request NixOS#131432 from fabaff/bump-regenmaschine
Browse files Browse the repository at this point in the history
python3Packages.regenmaschine: 3.1.3 -> 3.1.4
  • Loading branch information
fpletz authored Jul 28, 2021
2 parents 433e89d + d74ac2c commit eb13e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/regenmaschine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

buildPythonPackage rec {
pname = "regenmaschine";
version = "3.1.3";
version = "3.1.4";
format = "pyproject";
disabled = pythonOlder "3.6";

src = fetchFromGitHub {
owner = "bachya";
repo = pname;
rev = version;
sha256 = "sha256-3Q0JQQVspzuQQAn3S46uFbOYW2zQ7c1UL4zjEOnifDY=";
sha256 = "07ldbajm1y92szdc36z5cl02dpvbarsb8clq9m45849gm8g7yczd";
};

nativeBuildInputs = [
Expand Down

0 comments on commit eb13e7d

Please sign in to comment.