Skip to content

Commit

Permalink
Merge pull request #192048 from fabaff/pyxbe-bump
Browse files Browse the repository at this point in the history
python310Packages.pyxbe: 1.0.0 -> 1.0.1
  • Loading branch information
fabaff committed Sep 20, 2022
2 parents 73084be + bb20be0 commit 979a581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyxbe/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

buildPythonPackage rec {
pname = "pyxbe";
version = "1.0.0";
version = "1.0.1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "mborgerson";
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-oOY0g1F5sxGUxXAT19Ygq5q7pnxEhIAKmyYELR1PHEA=";
};

Expand Down

0 comments on commit 979a581

Please sign in to comment.