Skip to content

Commit

Permalink
python312Packages.snakemake-interface-common: 1.17.3 -> 1.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 4, 2024
1 parent 44de13c commit db41999
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "snakemake-interface-common";
version = "1.17.3";
version = "1.17.4";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "snakemake";
repo = "snakemake-interface-common";
rev = "refs/tags/v${version}";
hash = "sha256-91Sh6JNpCEWPRkrEwoJeycZS1D4lXWA4IJLVcxBYLnI=";
hash = "sha256-PMEs7yeVfSnZKbabLrbXfIKCIPteNV1wzbt9RIDG3qU=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit db41999

Please sign in to comment.