Skip to content

Commit

Permalink
python312Packages.pysam: 0.22.1 -> 0.22.1-unstable-2024-10-30
Browse files Browse the repository at this point in the history
  • Loading branch information
aucub committed Dec 27, 2024
1 parent 56f7553 commit c70156e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/pysam/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
zlib,
}:

buildPythonPackage rec {
buildPythonPackage {
pname = "pysam";
version = "0.22.1";
version = "0.22.1-unstable-2024-10-30";
pyproject = true;

# Fetching from GitHub instead of PyPi cause the 0.13 src release on PyPi is
Expand All @@ -26,8 +26,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "pysam-developers";
repo = "pysam";
rev = "refs/tags/v${version}";
hash = "sha256-1sivEf8xN4SJPtJiAcBZG1bbgy66yWXzQis1mPeU+sA=";
rev = "0eae5be21ac3ab3ac7aa770a3931e2977e37b909";
hash = "sha256-i8glYSpuCRNhNtK4i6eUrerz8daiMfY/YgDwgSuELbc=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit c70156e

Please sign in to comment.