Skip to content

Commit

Permalink
Merge pull request #265811 from fabaff/pysml-bump
Browse files Browse the repository at this point in the history
python311Packages.pysml: 0.1.0 -> 0.1.1
  • Loading branch information
NickCao committed Nov 6, 2023
2 parents 7c862cc + cbec227 commit bcdbbde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pysml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

buildPythonPackage rec {
pname = "pysml";
version = "0.1.0";
version = "0.1.1";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "mtdcr";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-m1dh607hFqcd4CXWiMfGDmI5s8A0UkdyPzq/V+5OUto=";
hash = "sha256-BtOx/kqPuvaaIyh/2/X5pW5BRvpsnMUMr1u6iZzbkt4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit bcdbbde

Please sign in to comment.