Skip to content

Commit

Permalink
python313Packages.ulid-transform: 1.2.0 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Feb 5, 2025
1 parent 0eed36e commit f8310d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/ulid-transform/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
fetchFromGitHub,
poetry-core,
pytest-benchmark,
pytest-codspeed,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
Expand All @@ -13,7 +14,7 @@

buildPythonPackage rec {
pname = "ulid-transform";
version = "1.0.2";
version = "1.2.0";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -22,7 +23,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "ulid-transform";
tag = "v${version}";
hash = "sha256-99hq329jUpok+rP8WzxN1yTOp15Zfy7tIGRpQMecrc0=";
hash = "sha256-+P5sd3FSk9SYmeHkatB88EE+/1vktyiJJeaecbBkBhI=";
};

build-system = [
Expand All @@ -34,6 +35,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytest-benchmark
pytest-cov-stub
pytest-codspeed
pytestCheckHook
];

Expand Down

0 comments on commit f8310d3

Please sign in to comment.