Merge pull request #277060 from r-ryantm/auto-update/octavePackages.dicom

octavePackages.dicom: 0.5.1 -> 0.6.0
This commit is contained in:
Nick Cao 2023-12-28 13:32:52 -05:00 committed by GitHub
commit ae04af7955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
buildOctavePackage rec {
pname = "dicom";
version = "0.5.1";
version = "0.6.0";
src = fetchurl {
url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
sha256 = "sha256-0qNqjpJWWBA0N5IgjV0e0SPQlCvbzIwnIgaWo+2wKw0=";
sha256 = "sha256-CFspqPJDSU1Pg+o6dub1/+g+mPDps9sPlus6keDj6h0=";
};
nativeBuildInputs = [