mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-25 06:13:54 +00:00
python3Packages.segyio: 1.9.11 -> 1.9.12
This commit is contained in:
parent
ceebe31e44
commit
dea6a240b8
@ -11,7 +11,7 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "segyio";
|
||||
version = "1.9.11";
|
||||
version = "1.9.12";
|
||||
|
||||
postPatch = ''
|
||||
# Removing unecessary build dependency
|
||||
@ -26,8 +26,8 @@ stdenv.mkDerivation rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "equinor";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-4izeMRgg5nJ9pRfSEMDlKSYYNWkhbKEzIz7czea6Vrc=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-+N2JvHBxpdbysn4noY/9LZ4npoQ9143iFEzaxoafnms=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ninja python scikit-build ];
|
||||
|
Loading…
Reference in New Issue
Block a user